Skip to content

Instantly share code, notes, and snippets.

View justin-pierce's full-sized avatar
🌝

Justin Pierce justin-pierce

🌝
View GitHub Profile
@justin-pierce
justin-pierce / find_follows.py
Created November 18, 2022 04:20
Twitter Follows to CSV
import twitter
import csv
api = None
username = "<your_twitter_username>"
def authenticate():
global api
api = twitter.Api(consumer_key='<consumer_key',