Toxic Bot is a Telegram bot.
It was made mostly for my own amusement, so it's not really useful for anyone else.
It uses Markov chain algorithm to generate a random reply when someone mentions the bot, or when it feels an urge to join the conversation with its dumb phrases.
The bot can send a low-quality anecdote in response to /joke command. It also sends them each midnight Moscow time to each chat it was added.
If the bot detects a link to music in some music streaming service, it searches for it in other streaming services and sends them in response.
mkdir -p ~/deployments/toxic
chmod 0755 ~/deployments/toxic
sudo -u postgres createuser toxic -P
sudo -u postgres createdb -O toxic toxic
inv deploy -t=user@host