Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 589 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 589 Bytes

TelegramBot

Telegram Bot sending university computer science news.

How to try this repo?

First download NodeJs and npm
  $ sudo apt-get install nodejs npm         # For Debian, Ubuntu, Mint...
Download Repo and Run App
  $ git clone https://github.com/UniversityCeNotification/TelegramBot.git
  $ cd TelegramBot
  $ bash init.sh
  There is .env file in bot?(y/n) : n
  Telegram Token:ASD123Aasd
  MongoDbUri:mongodb://localhost/universityce
  
  > telegrambot@1.0.0 start ~/TelegramBot
  > node index.js

  [+] Nodejs Bot Program Started