First RSS bot for shitbox.media
media server, using IPTorrents.
# install main dependencies
sudo apt update && sudo apt upgrade -y
sudo apt install python3 python3-pip git nano
# setup the bot
git clone https://github.com/hirusha-adi/IPTorrents-RSS-Feed-Discord-Bot
cd ./IPTorrents-RSS-Feed-Discord-Bots
# install bot's dependencies
pip3 install -r requirements.txt
# update bot token
cd iptrss/database
nano main.json # Enter your bot token in the token field
cd ../.. # go back
# run the bot
python3 main.py
and then, run >>startrss
on the required channel.