Telegram bot. Beep Boop.
- Node.js
- PostgreSQL database
- Make copy of
.env.exampleto.env. Fill it with your own details. - Run following commands:
npm install
npm run start
| Key | Explanation |
|---|---|
| PG_HOST | PostgreSQL host |
| PG_DATABASE | PostgreSQL database name |
| PG_USER | PostgreSQL username |
| PG_PASS | PostgreSQL password |
| PANEL_HOST | Panel host. Don't include leading/trailing "/" |
| PANEL_PORT | Panel port |
| API_HOST | Host for WebSocket API |
| API_PORT | Port for WebSocket API |
| BOT_TOKEN | Your Telegram bot token |
| IBAN_NUMBERS | IBAN account list for /iban command |
| OPENWEATHERMAP_KEY | Your OpenWeatherMap API key |
| GIPHY_KEY | Your Giphy API key |
| YOUTUBEV3_KEY | Your Youtube V3 Data API key |
- IBAN accounts are formatted like this:
<accountName>:<accountNumber> (each account splitted with semicolon)
This project is licensed under the MIT License - see the LICENSE.md file for details