Skip to content

sggts04/FlippeningBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlippeningBot

Handles @FlippeningBot on Twitter, posting periodic updates on the Ethereum flippening status.

Ethereum Flippening is the event where the total market cap of Ethereum overtakes the same of Bitcoin.

Local Setup

First, go to Twitter Developer Portal and create a new app. Generate its Access Keys and API Keys for future use.

$ git clone https://github.com/sggts04/FlippeningBot
$ cd FlippeningBot
$ npm install
$ touch .env

Inside .env, paste this and add the keys you generated for your bot before:

API_KEY=
API_KEY_SECRET=
ACCESS_TOKEN=
ACCESS_TOKEN_SECRET=
DELETE_JOB_SCHEDULE=0 */2 * * *

Then npm start should start the bot!

About

Handles @FlippeningBot on Twitter, posting periodic updates on the Ethereum flippening status.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published