Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shiyinq/shiyinq-bot
🤖 Simple Telegram Bot
https://github.com/shiyinq/shiyinq-bot
ai bot chatbot nodejs telegram
Last synced: about 12 hours ago
JSON representation
🤖 Simple Telegram Bot
- Host: GitHub
- URL: https://github.com/shiyinq/shiyinq-bot
- Owner: Shiyinq
- License: gpl-3.0
- Created: 2018-10-20T14:20:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-21T14:30:55.000Z (about 1 year ago)
- Last Synced: 2023-10-21T15:35:26.844Z (about 1 year ago)
- Topics: ai, bot, chatbot, nodejs, telegram
- Language: JavaScript
- Homepage:
- Size: 455 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
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
```