Skip to content

reyhansofian/node-packtpub-deals-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packtpub Telegram Bot

Prerequisite

  1. Token. You need to talk to @botfather and create a new bot.
  2. Start the bot by send /start message on your group (you need to invite the bot to the group first) or on you private chat

How to use

With Git

  1. Clone this repository git clone https://github.com/reyhansofian/node-packtpub-deals-bot
  2. Run npm install
  3. Run TELEGRAM_BOT_TOKEN=YOUR_BOT_TOKEN node index.js

With Docker

  1. Pull this docker image docker pull computecoholic/packtpub-telegram-bot
  2. Run the docker image
docker run \
    -p 49160:8080 \
    -e TELEGRAM_BOT_TOKEN='YOUR_BOT_TOKEN' \
    -d computecoholic/packtpub-telegram-bot

About

Telegram bot to give you free Packtpub ebook information

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published