Twitter, Mastodon, Bluesky and Telegram bot for https://AireLib.re
more info in https://github.com/melizeche/AireLibre
- Python 3.8+
- Chromium Webdriver
You can download the Chromium Webdriver from https://chromedriver.chromium.org/downloads or install via package manager.
sudo apt install chromium-chromedriver
sudo pacman -S chromium
brew install chromedriver
git clone git@github.com:melizeche/linkaBot.git
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
python bot.py
MIN HOUR DAYofMONTH MONTH DAYofWEEK PYTHONPATH SCRIPT
For check and tweet at 8am, 12pm and 6pm everyday
0 8,12,18 * * * /apps/linkaBot/env/bin/python /apps/linkaBot/bot.py
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
- Marcelo Elizeche Landó https://github.com/melizeche
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.