Skip to content
This repository was archived by the owner on Dec 25, 2023. It is now read-only.

hex0x0000/NuvolaBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NuvolaBot

Un semplice bot di Telegram per vedere i compiti sul registro nuvola

Come creare un clone

Step 1

Copia il progetto con

git clone https://github.com/ArchLinus/NuvolaBot

Step 2

Crea un bot con BotFather e metti il token in config.json, insieme al tuo username.
Poi crea un canale per il report dei bug e metti l'id in error_report_channel_id

{
  "owner": "USERNAME",
  "token": "TOKEN",
  "error_report_channel_id": "ID"
}

Step 3

Installa le dipendenze con

pip3 install -r requirements.txt && pip3 uninstall pycrypto && pip3 install pycryptodome 

Step 4

Avvia il bot con

python3 __init__.py

Comandi

Avvia il bot e scrivi /help per vedere una lista di comandi con spiegazione

Changelog

Vedi CHANGELOG.md

About

Un semplice bot di Telegram per vedere i compiti sul registro nuvola

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages