Bot for the Telegram group of Computer Engineering.
-
Clone the project
git clone https://github.com/Stuja/stuja-bot.git
-
Change directory
cd stuja-bot
-
Install packages
npm install
-
Create a file called
.env
and copy the information fromenv.example
-
Complete
.env
with your secret information, like yourTELEGRAM_TOKEN
-
Run the project
npm start
If you are in development mode:
npm run dev
- Bots: An introduction for developers
- Your first Telegram Bot
- ¿Cómo integrar las encuestas en nuestro Bot de Telegram?
- ¿Cómo enviar encuestas 2.0 con nuetro Bot de Telegram?
- The Firebase Database For SQL Developers (PlayList on YouTube)
- Firebase: Reference method
- Firebase: Indexing data
We would be really happy if you decide to contribute. Please read our CONTRIBUTING.md
guide before 😊