https://github.com/shiyinq/shiyinq-bot
🛠️ Learn how to build a Telegram bot with this source code.
https://github.com/shiyinq/shiyinq-bot
ai bot chatbot nodejs telegram
Last synced: 3 months ago
JSON representation
🛠️ Learn how to build a Telegram bot with this source code.
- Host: GitHub
- URL: https://github.com/shiyinq/shiyinq-bot
- Owner: Shiyinq
- License: gpl-3.0
- Created: 2018-10-20T14:20:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T18:24:41.000Z (over 1 year ago)
- Last Synced: 2025-01-19T11:14:22.322Z (5 months ago)
- Topics: ai, bot, chatbot, nodejs, telegram
- Language: JavaScript
- Homepage:
- Size: 505 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# shiyinq-bot
Simple Bot Telegram
## Clone Project
```bash
git pull https://github.com/Shiyinq/shiyinq-bot.git
```## Env
Change .env.xample to .env and then edit envNote:
- OWNER (Get id, run comand /dbg, after running project)
- OWNER_ONLY (yes|no)
- BOT_TOKEN (https://t.me/BotFather)
- TOKEN_NEWSAPI (https://newsapi.org/register)
- OPEN_WHEATER_KEY(https://openweathermap.org/)
- OMDDB_API_KEY (http://omdbapi.com/apikey.aspx)## Run Project
```bash
npm run dev
```