dsykesturner / TwitterFavouriteFilter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter Favourite Filter

🌟 Filter the most favourited tweets from a user 🌟

Prerequisites

  • πŸ—οΈ Make a Twitter app on the Twitter developer portal and add your keys to keys.json
  • 🐍 Install Python 3 if you don't already have it

Usage

Open terminal to the TwitterFavouriteFilter.py file

python3 TwitterFavouriteFilter.py -i {username of user you want to filter} -d {how many days back do you want to go?}

For example..

python3 TwitterFavouriteFilter.py -i @elonmusk -d 3

About

License:MIT License


Languages

Language:Python 100.0%