A simple webapp to aggrigate new scientific papers posted to Twitter.
- Install the packages in
requirements.txt
- Set the environment variable
TWITTER_API_TOKEN
with your Twitter API token. - Initialize the database with
tweet_papers/database/init_db.py
- Populate the database with
tweet_papers/database/populate.py
flask run
from thetweet_papers
directory, or use your favorite production server.