2025-01-23 16:53:57 +01:00
2025-01-23 15:01:40 +00:00
2024-05-12 15:07:35 +02:00
2023-06-17 16:24:45 +02:00
2024-05-12 15:07:35 +02:00
2023-06-17 16:20:30 +02:00
2025-01-20 13:50:29 +00:00
2024-05-12 16:06:42 +02:00
2024-10-23 12:25:43 +00:00
2025-01-23 16:53:57 +01:00
2024-11-10 20:29:58 +00:00

Pour ajouter ce bot à votre serveur discord : https://discord.com/api/oauth2/authorize?client_id=1110208055171367014&permissions=274877975552&scope=bot

Merci à ChatGPT pour m'avoir aidé à porter mon vieux bot IRC en C++, en un bot discord en python

Lien du vieux bot IRC que j'avais codé en 2016 : https://git.epicsparrow.com/Anselme/SparrowBot/src/branch/master/app/fourasmodule.cpp

How to run the bot

Setup env var for the bot

  • Create a .env file at the root of the project
  • Add the following content to the file:
    • DISCORD_TOKEN : the token of the bot
    • GITEA_API_KEY : the api key to interact with gitea
    • GUILD_ID : the id of the guild where the bot offer slash commands
python -m main

EXPERIMENTAL GITEA API

Permission needed:

  • repo: read
  • issues: read & write
Description
No description provided
Readme 118 KiB
Languages
Python 97.6%
Dockerfile 2.4%