Skip to content

Instantly share code, notes, and snippets.

View reinhardt's full-sized avatar

Manuel Reinhardt reinhardt

View GitHub Profile
@mjcreativeventures
mjcreativeventures / get_followers.py
Created February 15, 2016 04:43
Collect twitter followers
import tweepy
import time
import os
import sys
import json
import argparse
FOLLOWING_DIR = 'following'
MAX_FRIENDS = 200
FRIENDS_OF_FRIENDS_LIMIT = 200