Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.68 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.68 KB

What is this bot about?

Telegram bot for chat based on Node JS using API SimSimi by Me

SimiSimi image

How to deploy?

Installing requirements

  • Clone this repo :
git clone https://github.com/fikiismyname/simsimi-bot.git
cd simsimi-bot

Make sure NodeJS and npm is installed

  • Install required npm packages :
npm install

Setting up config file

  • Copy example .env.example as .env : cp .env.example .env

Fill up all the fields. Meaning of each fields are discussed below:

Deploying

  • Start the bot by using this command : npm start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Reference & Thanks