With this bot you can get and read all useful information in the one place – Slack.
Now it can:
- Search for information in Twitter, and post the result to the chosen Slack channel.
- Monitor the RSS feeds, and post the updates to the channel.
- To look for the interesting photos in Flickr (by tag) and post it to the Slack.
$ git clone <github_clone_project_url>
$ cd <project_folder>
$ virtualenv --python=python3 --no-site-packages env
$ source ./env/bin/activate
$ pip install -r requirements.txt
- put your keys and info to the local_settings.py
- run bot:
$ python bot.py