Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 925 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 925 Bytes

twitter-integration

Offline tools for collecting, archiving, and organizing tweets. Uses https://python-twitter.readthedocs.io/en/latest/

Python development environment requirements

presterity/twitter-integration development

  1. go to preferred workspace directory
  2. virtualenv venvs/presterity
  3. source venvs/presterity/bin/activate
  4. git clone [email protected]:/presterity/twitter-integration
  5. pip install -r twitter-integration/requirements.txt

Using the Twitter APIs

  1. Follow the instructions at https://python-twitter.readthedocs.io/en/latest/getting_started.html to register a Twitter app.
  2. Under "Keys and Access Tokens," generate Consumer Key and Secret
  3. Copy your consumer key/secret and access key/secret into your own version of the config.py file