
Primitive Twitch.tv IRC Chat Bot - Code Review Stack Exchange
Apr 2, 2016 · Consider that a user in the chat says " PING ". Your bot will replace it with PONG and send the message back to the room. This would be particularly bad given that this if …
Python Telegram Quiz Bot - Code Review Stack Exchange
Apr 22, 2021 · To improve my Python knowledge I started a small coding project: A telegram chat/quiz bot that is based on official questions about basketball rules. The bot reads them …
python - A discord.py bot that logs every messages sent in a …
May 30, 2021 · Hello Code Review community ! I'm making a bot with discord.py that listens to every message sent in a server and stores it in a database that could be retrieved by …
python - Telegram Bot that retrieves book information from …
Oct 25, 2016 · 4 The project below is about a Telegram bot that implements both inline and offline modes. The idea is to get a brief info about a book, searched by title (it's author, rating, short …
Python 3 IRCbot (library) - Code Review Stack Exchange
May 7, 2021 · Just want you guys to review my python 3 IRC bot code, it is actually a fork of https://github.com/Orderchaos/LinuxAcademy-IRC-Bot You can see the source code at ...
performance - How to optimize my telegram bot written in …
Mar 14, 2021 · I have written a fairly simple bot that provides information or additional choice based on the user's query. It runs well and does the job, however, I was wondering how can I …
python - Working Support Ticket Bot for Discord built with …
Here is a working support ticket bot for discord using discord.py api. There is a slash command to launch the system which brings up a button to submit a ticket which when clicked creates a …
python - Very slow Discord bot to play music - Code Review Stack …
May 12, 2021 · I have been writing a discord.py bot, running on replit.com. I gotten to the music bot part after finishing the queue part. My code is logically correct; however, the code is way …
python - HackerRank "Bot Saves Princess" beginner code - Code …
Jun 10, 2016 · I submitted the following Python 3 code for this HackerRank challenge. Given an n × n grid with an m in the center and a p in one corner, it prints the directions to move the m to …
python - Entire Discord bot - Code Review Stack Exchange
Feb 24, 2021 · I've made a Discord bot, and (to my knowledge) the code is pretty good. However, I've mostly taught myself Python and discord.py (the discord library for Python), so I was …