Skip to content

fikiismyname/simsimi-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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