Skip to content

Instantly share code, notes, and snippets.

@stefanruijsenaars
stefanruijsenaars / ff.py
Last active January 3, 2023 03:20 — forked from elaineo/ff.py
Follow Friday
# -*- coding: utf-8 -*-
import json
import time
import logging
from collections import Counter
from TwitterAPI import TwitterAPI
# Forked from: https://gist.github.com/elaineo/b9d73ce88ac418d4fed8128231bc15e7
# Go to https://apps.twitter.com/ to get your v2 API keys.