Skip to content

Tweetscape/Twitlists-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitlists

A locally hosted web application that identifies the most popular tweets from a set of my personal Twitter lists and displays them in a Flask web application.

Set Up

First, you'll need to apply for a Twitter developer account here: https://developer.twitter.com/en/apply-for-access

Once you've done this, open the "apiKeys" text file, edit it to include your credentials, and follow the instructions to store your keys and tokens as operating system environment variables.

To get started just run the following commands in your terminal/command prompt.

  1. git clone https://github.com/Twitlists/Twitlists-v1

  2. cd Twitlists-v1

  3. virtualenv -p python3 venv

  4. source venv/bin/activate

  5. pip install -r requirements.txt

  6. python web.py

  7. Go to http://127.0.0.1:5000/ in your browser.

Screen Shots

twitlists

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published