This is a small project with the intention to add some functionality to a small game server on Discord with a Bot. This is the first of a list of projects to train the use of Python.
The project is still on it's early phase. There are two features so far:
- Sending a Welcome Message to a member who joins the server;
- Checking if the Starcraft II version changed through the
!sc2_version
command.
These are the main sources I used to learn the tools that were totally new to me before starting this project:
- Programming a Discord Bot: Article from RealPython
- Web Scraping with BeautifulSoup: YouTube Video from Corey Schafer