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

overjt/humblebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Humblebot - A telegram bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published