https://github.com/rocity/wesmartbot
Another twitterbot!?
https://github.com/rocity/wesmartbot
Last synced: 8 months ago
JSON representation
Another twitterbot!?
- Host: GitHub
- URL: https://github.com/rocity/wesmartbot
- Owner: rocity
- License: mit
- Created: 2018-03-06T16:22:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-15T23:58:14.000Z (about 8 years ago)
- Last Synced: 2025-02-02T22:31:59.403Z (over 1 year ago)
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WeSmart
WeSmart Twitterbot
# Installation
1. `$ pip install -r requirements.txt`
2. Running the periodic tweet checks require a bit of knowledge on using [Celery](http://docs.celeryproject.org/en/latest/index.html).
- Broker setup: [RabbitMQ](http://docs.celeryproject.org/en/latest/getting-started/brokers/rabbitmq.html)
# Running
- Just running the bot once:
`$ make bot-run`
- Run bot every interval
`$ make periodic-run`
# The Bot's Goals
- [x] Send a reply on a tweet containing a hashtag `#wesmart`
- [x] Reply must have a "roll safe" image
- [x] Check for tweets every [interval] minutes

# License
This software is licensed under the [MIT License](./LICENSE).