Go Back

homd_bot

GitHub Page

This bot scrapes videos from Twitter pages provided in pages.txt and sends them to a Telegram group. You need to provide Twitter API token and Telegram bot token, also have to change group and scapegoat user ids.

Dependencies

An example systemd service for this bot

[Unit] Description=Homd Telegram Bot After=network.target [Service] User=furkan Type=simple WorkingDirectory=/home/furkan/homd_bot ExecStart=/usr/bin/python3 main.py Restart=on-failure [Install] WantedBy=multi-user.target