Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.76 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.76 KB

discord-bots-course

Code style: black Binder

Ablauf / Progression

English

This course was not made to be used stand-alone, even if much of the information is available in the notebooks. It's here anyway in case anyone wants to take a look.

It goes over a very basic introduction to Python, focusing on the things needed to write a functional bot. Using the v2.0 rewrite of Rapptz' discord.py library, the course suggests writing code with replit so that nothing has to be installed locally. It also offers a way to host bots 24/7 on replit by using a flask web server and UptimeRobot.

German

Dieser Kurs wurde nicht dafür gemacht, alleine verwendet zu werden. Trotzdem ist er hier verfügbar, falls sich jemand interessiert.

Der Kurs bietet eine rudimentäre Einführung in die Programmiersprache Python in besonderem Hinblick auf die Kenntnisse, die man für v2.0 von Rapptz' discord.py Bibliotek braucht. Es wird vorgeschlagen, dass mit replit programmiert wird, sodass auf dem Gerät ansich nichts installiert werden muss, und das kostenlose 24/7 Hosting mit replit, flask und UptimeRobot wird auch vorgestellt.