Tweets Juan José Saer's quotes on https://twitter.com/jjsaer.
Juan José Saer on Wikipedia: es, en.
pip install -r requirements.txt
Rename config.py.template
to config.py
and add your account's creadentials to it. Then run
python jjsaer.py
to send your first tweet.
You may want to add this command to a cron job.
Simply edit saertweets.txt
separating tweets with one empty line and make sure each tweet is no longer thatn 140 chars.
This rule runs the script four times a day.
0 0,4,8,12,16,20 * * * cd /path/to/saer-tweets; source venv/bin/activate; python jjsaer.py ; deactivate