/fluesterpost

A Flask application to spread the word you give it.

Primary LanguagePythonMIT LicenseMIT

fluesterpost

A super slim Flask application to spread the word you give it.

Endpoints

At the moment the following APIs are supported. To use it, enter the needed information in settings.py.

How

Send post requests to the Flask endpoint of your choice with the following information

{
 'text': 'The text to send',
 'token': '<the_token_if_set_in_settings.py>'
}

Example

  • Create a environment with make env
  • Run server with python app.py
  • make curl text="This is my new Twitter status." token="<THE_TOKEN>" host=localhost:5000 endpoint=twitter

Profit