Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ineffyble/everywordbot-docker
Twitter everywordbot as a Docker container
https://github.com/ineffyble/everywordbot-docker
Last synced: about 2 months ago
JSON representation
Twitter everywordbot as a Docker container
- Host: GitHub
- URL: https://github.com/ineffyble/everywordbot-docker
- Owner: ineffyble
- Created: 2016-11-12T16:36:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-12T17:45:19.000Z (about 8 years ago)
- Last Synced: 2024-10-29T04:04:06.383Z (2 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
everywordbot-docker
===================Docker container that when run tweets an 'everyword' tweet. Based off [aparrish/everywordbot](https://github.com/aparrish/everywordbot/).
### Using
Mount the /data volume with a folder containing your 'words.txt' (containing a list of words to be tweeted) and 'index.txt' (to track how far through the wordlist the bot is).Set the following environment variables for your Twitter credentials:
(see [aparrish's guide](https://github.com/aparrish/everywordbot) for obtaining Twitter credentials.CONSUMER_KEY
CONSUMER_SECRET
ACCESS_TOKEN
TOKEN_SECRETand set at least one of:
PREFIX
SUFFIXRunning the container should tweet, then exit. To schedule tweets, use a Docker container cron to start the container periodically.