Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 777 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 777 Bytes

ETH Gas Alerts - Twitter Bot

Tweet when gas on the ETH network is low.
Update the Twitter profile's location every minute with the live gas price.

Follow @ETHGasAlerts on Twitter for alerts.

How To Use

  1. Clone the repo
  2. Install dependencies using yarn install
  3. Change the name of .env.example to .env and configure the following:
    • Etherscan API Key
    • Minimum time to wait between tweets, regardless of gas price
    • Gas price that triggers a tweet
    • Twitter API consumer keys from the developer portal
    • Twitter API access tokens from the account you want to tweet from
  4. Start the monitor using yarn start