Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 497 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 497 Bytes

U-CHATTER

DISCONTINUED

This is a very simple chatbot for telegram messanger.

You can use this bot at https://t.me/u_chatter_chatbot.

  • Language: Typescript
  • License: MIT

Run on your pc:

Add you bot api token (That got from Telegram @BotFather) to .env file (ex: BOT_TOKEN=1373:dhd73et36egdgbegde6degdg3) and run the following in terminal:

git clone https://github.com/usithadev/U-CHATTER.git  
cd U-CHATTER  
npm install  
npm run build  
npm start