Skip to content

nicolomorando/TelegramBot-NodeJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Bot, using Node.js.

N|Solid

  • Version: 1.6
  • Author: Morando Nicolò
  • Release data: 01/02/2018
  • Recent update data: 26/02/2018
  • Framework, api used: "sentiment", "express" and "node-telegram-bot-api"
  • actually available commands: /start, /author, /vmintelligence, /info, /location and /image.

To install node.js in your folder (Run on CMD):

mkdir namefolder
cd your folder

npm init

To install username (Run on CMD):

npm install username --save

To install express (Run on CMD):

npm install express --save

To install node-telegram-bot-api (Run on CMD):

npm install node-telegram-bot-api --save

To install sentiment (Run on CMD):

npm install sentiment --save

everything must be installed in the folder you created!

Updates

05/02/2k18:

Updated the impressions of the bot, removed the score tipology and added the strings impression.
Added hosting user tracker.

17/02/2k18:

Added the "Login Form", without backend.
TODO: complete with database, registration and possible login.

21/02/2k18:

Added the "/info" section.
it drops the bot informations.
and updated all sections.
removed hosting tracker.

26/02/2k18:

Added sections: "/location" and "/image".

Test

To test. start a conversation with my bot (FactInside): t.me/factinsidebot

License

MIT

About

Telegram Bot with virtual intelligence using "sentiment" library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published