https://github.com/edsu/paperbot
Twitter bot for Chronicling America
https://github.com/edsu/paperbot
Last synced: 11 months ago
JSON representation
Twitter bot for Chronicling America
- Host: GitHub
- URL: https://github.com/edsu/paperbot
- Owner: edsu
- Created: 2010-09-20T19:10:36.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T16:31:46.000Z (about 6 years ago)
- Last Synced: 2025-05-07T16:11:39.558Z (about 1 year ago)
- Language: Python
- Homepage: http://twitter.com/paperbot
- Size: 21.5 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
paperbot
========
These are scripts to automatically post updates to the
[paperbot](http://twitter.com/paperbot) Twitter account. They are meant as a
demonstration of things you can do with the Chronicling America's public
[API](http://chroniclingamerica.loc.gov/about/api).
Install
-------
1. apt install python-dev wamerican-insane libgdbm-dev libxml2-dev libxslt-dev
1. pip install -r requirements.pip
1. cp config.py.template config.py
1. edit credentials in config.py
1. ./headline.py
1. ./retweet.py
1. ./batches.py
1. run them from cron
License
-------
* [Public Domain](http://creativecommons.org/licenses/publicdomain/)