Skip to content

ramazan/TwitterBTCPricesBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwitterCoinBot - @CoinPriceNow

Coin Prices Bot For Twitter https://twitter.com/coinpricenow

Installing

Clone repository

In projects folder run bottom command .

npm install 

Configuration

You need to change Config.js bottom parameter from Twitter for OAuth

module.exports = {
        consumer_key:         '...',
        consumer_secret:      '...',
        access_token:         '...',
        access_token_secret:  '..',
        timeout_ms:           60*1000,  // optional HTTP request timeout to apply to all requests.
}

For this keys go Twitter Application Management

Login with your Twitter account and create app

After creating app click 'Keys and Access Tokens' section and get tokens

Secret

Run

Run

Finally Coin Prices :)

Sample

Releases

No releases published

Packages

No packages published