1.0.0 • Published 8 years ago

gmail2telegram v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

##Install

npm install gmail2telegram

##Configure

  1. Obtain Google APIs tokens
  2. Obtain Telegram Bot credentials:
    • Create Telegram Bot
    • Start a chat with your new bot
    • Get chat ID at https://api.telegram.org/bot{YourBotToken}/getUpdates
  3. Copy config.dist.json to config.json and replace the values there
  4. npm start

(Optional) use process manager to keep app process alive