Skip to content

Instantly share code, notes, and snippets.

View T21yx64's full-sized avatar
💭
afk

Mohammed Omer T21yx64

💭
afk
View GitHub Profile
@antony-jr
antony-jr / reddit.py
Created December 6, 2017 18:34
Simple reddit brute force hack!
#!/usr/bin/env python3
import requests
import sys,os
import time
username = "YOUR_USERNAME"
password_list = "PASSWORD_LIST"
login_try = {
"op" : "login",
@LoranKloeze
LoranKloeze / scroll_instagram.js
Created May 31, 2017 20:13
Automatic scroll of Instagram page, stop scrolling by hand...
/*
Tired of scrolling to one of the last photos on the page on Instagram? Let your
browser do the scrolling for you!
31-05-2017
(c) 2017 - Loran Kloeze - loran@ralon.nl
Usage
- Go to https://www.instagram.com/instagram_handle/ (change instagram_handle in i.e. taylorswift)
- Open up the console (F12) (Firefox users: type 'allow pasting' if you haven't done so yet)
- Select the contents of this complete file and copy/paste it to the console and hit enter