Created
November 3, 2015 19:09
-
-
Save audiodude/7fef1363c67d733fc7ad to your computer and use it in GitHub Desktop.
Supervisor (http://supervisord.org/) config script for a twitter bot written in pybot: https://github.com/magsol/pybot. Put in /etc/supervisor/conf.d/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [program:mytwitterbot] | |
| command=/home/homeuser/.pyenv/versions/mytwitterbot/bin/python mytwitterbot.py | |
| directory=/home/homeuser/mytwitterbot | |
| user=homeuser | |
| autostart=true | |
| autorestart=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment