REST service for publishing tweets.
- Python 3.6 or higher
- pip
The service requires that next environmental variables should be setted:
- APP_KEY
- APP_SECRET
- OAUTH_TOKEN
- OAUTH_TOKEN_SECRET
- SERVICE_KEY
- SERVICE_PASS
pip install -r requirements.txt
python app.py