weegeeday / ESP32-Discord-Bot

A discord bot to interact with an ESP32 over web POST and GET.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

this project is possibly dead.

this is the default readme.
not all of this is correct.

Discord Py Bot Template

Discord.py is a library that allows you to make discord bots with python. This repo is a template for the bot.

About The Bot

Bot has over 10 functions by default you can expand them as you want.

Setup

First of all you need to have the latest version of python (3.8) once you have that there is two ways to setup:

  1. You can do it by manualy, I listed all libraries that is needed in requirements.txt you can do "pip install -r requirements.txt".
  2. You can use the setup.bat file it does the same thing automaticly.

    Once you had that step now you should insert your bot token(you can have it from Discord Developer Site) to settings.py file after that the setup is end.

    Now you can run the Bot.py file (Open a command prompt in the bot file and than run "python Bot.py") to start the bot.

Contributing The Project

You can always pull request to this repo, if you report or fix a bug or if you add more commands to the template I'll be happy implement them.

About

A discord bot to interact with an ESP32 over web POST and GET.


Languages

Language:Python 100.0%