This discord bot was created on .NET 8 to track the necessary tags from e621 and post the necessary content in channels, there is also a search by e621, and a blocklist system. In the future there will be a tracking update of the user gallery in furaffinity
- Download the dotnet installation script
wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
- We make the script executable and give it these rights
wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
- Install dotnet-runtime
/dotnet-install.sh --version latest –runtime dotnet
- After installing dotnet runtime, we need to add environment variables, here it is written in detail how to do this Set environment variables system-wide
- Now download
hornyDragonProject.tar
wget https://github.com/SylvesterFox/HornyDragonBot/releases/download/0.0.1.5-alpha/HornyDragonBot-0.0.1.5.tar -o hornyDragonProject.tar
- Let's unzip the archive
tar –xfv hornyDragonProject.tar
- Go to the
hornybot
directory and create a.env
file to configure the bot
cd hornybot
nano .env
- in the .env file we register our tokens from the discord bot and e621
TOKEN_BOT = <discord token>
TOKEN_E621 = <token e621>
USER_E621 = <username e621>
- After setting up the .env file, launch the bot
dotnet HorryDragonProject.dll