fikiismyname / simsimi-bot

Simple telegram bot using SimSimi API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple telegram bot using SimSimi API

License:MIT License


Languages

Language:JavaScript 95.6%Language:Shell 3.7%Language:Procfile 0.7%