Discord.py Bot Series: Covid19 Command

Опубликовано: 06 Октябрь 2024
на канале: Dev Striker
2,362
114

In this tutorial we will complete covid19 graph analysis command.


Playlist
Discord Bot Series:    • Discord Bot Series  

Source Code
GitHub: https://github.com/DevStrikerTech/Dis...

Software
Python: https://www.python.org/
PyCharm: https://www.jetbrains.com/pycharm/
Discord: https://discord.com/

Python Package
Discord.py: https://discordpy.readthedocs.io/en/l...
Pillow: https://pillow.readthedocs.io/en/stab...
Python-dotenv: https://pypi.org/project/python-dotenv/
Requests: https://pypi.org/project/requests/
Dateutil: https://pypi.org/project/python-dateu...
Tabulate: https://pypi.org/project/tabulate/
Matplotlib: https://matplotlib.org/stable/users/i...
Pandas: https://pandas.pydata.org/docs/gettin...

Documentation
Discord:   / discord  
Discord.py: https://discordpy.readthedocs.io/en/l...
Pillow: https://pillow.readthedocs.io/en/stab...

Social
Website: https://devstriker.tech/
Discord:   / discord  

Timestamps
0:00 - Introduction
00:16 - Demo
01:03 - Prerequisite
01:53 - Setup
08:15 - Code