Skip to content

A website using the twitter API to be able to see who doesn't follow you back and also who you don't follow back

Notifications You must be signed in to change notification settings

mbaker341997/twit-follow-diff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Follow Diff Site

To Run

First, activate the virtual environment. On a UNIX system run

. venv/bin/activate

This application requires credentials for the twitter API, loaded via python-dotenv. Place the following line in a .env file in the project root:

BEARER_TOKEN=<your_bearer_token>

Then, run

flask run

Server should start on port 5000

Improvements

  • Pagination and search of results
  • Unfollow/Unfriend buttons on each card
  • Be able to upload a list of accounts that you don't want to see in the results. You already know they don't follow back and you don't care.
  • Improved styling. Went with bootstrap to get off the ground but it's very basic and ugly.
  • A favicon.
  • A spinner on load (AJAX would be nice but I like the simplicity of the form submit to the path).

About

A website using the twitter API to be able to see who doesn't follow you back and also who you don't follow back

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages