Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (26 loc) · 797 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 797 Bytes

Humblebot

humblebot was a telegram bot seeking humblebundle keys on twitter and sending them to users telegram

##Instructions -Edit config file with your data

config = 
  token: 'authorization token provided by @botfather'
  web:
    port: process.env.PORT or 3000
    domain: 'https://tg-humblebot.herokuapp.com' # Your domain, must have a valid certificate
  mongodb: process.env.MONGOLAB_URI || process.env.MONGOHQ_URL || 'mongodb://USER:[email protected]:39880/tg-humblebot' # Mongodb url
  twitter: #Twitter stuff
    consumer_key: ''
    consumer_secret: ''
    access_token: ''
    access_token_secret: ''
module.exports = config

-Install dependencies

npm install

-Run

 coffee index.coffee