Quick start for developers

Dependencies

Installation

  • Clone this repo :

$ git clone https://github.com/SamR1/python-twootfeed.git
  • Install Python virtualenv and packages

$ cd python-twootfeed
$ make install
  • Fill in fields for the client(s) you will use in python-twootfeed/config.yml (see next step for API keys).

  • Get API Keys (see installation)

  • Generate token to access feed (see installation)

  • Start the server

$ make serve

Tests

$ make test