##Tweet Tempest
UI for building a proper tweetstorm. It will break apart your large text into properly sized tweets, complete with 1/, 2/, etc as well as the ability to have the tweetstorm be directed at specific person(s). It will mark each tweet to be a reply of the previous so Twitter's threading works properly.
Motivation for building this was a proof-of-concept with Django/Ng8.
- Django
- Python Social Auth
- Django Webpack Loader
- Angular 8
- Lodash
Works but needs lots of polish still. See TODO.md for details
- Create a python virtual env, activate the venv, and
pip install -r requirements.lock
, - Copy
secrets.sample
tosecrets.json
-
./manage.py generate_secret_key
, copy the value toSECRET_KEY
insecrets.json
- Create your own twitter app. Fill in
CONSUMER_KEY
andCONSUMER_SECRET
insecrets.json
- Run
./manage.py runserver
in one window - Run
npm run watch
in another window - Browser to
http://127.0.0.1:8000/
- Log in with your Twitter account