Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 env

Note:
- 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
```