Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 534 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 534 Bytes

[So]cialmedia [Fee]d

Get RSS feed of from contacts you follow on different social media platforms. At the moment we are working on Twitter.

Setup dev environment

  1. Use Python 3, not Python 2.

  2. Copy sofee/settings.conf.example to sofee/settings.conf

  3. Update the secret values in settings.conf

  4. You can obtain twitter keys for your dev app from https://apps.twitter.com

  5. Source the settings.conf in your environment.

    $ source sofee/settings.conf
    
  6. Install requirements from requirements/*.txt