edwinzhng / rp-twitter-bot

Rocket Pool Twitter bot for daily network stat updates

Home Page:https://rocketpool.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rocket Pool Twitter Bot

Rocket Pool Twitter bot @RocketPoolBot for daily network stat updates:

github-readme-twitter

Rocket Pool Data is pulled from the Rocket Pool subgraph created by Data-Nexus and VGR.

The current ETH/USD price is taken from CoinGecko, and total number of ETH validators is from Beaconcha.in.

Development

  1. Copy .env.sample into a new file called .env and set the values to your Twitter API keys
cp .env.sample .env
  1. Install dependencies (currently runs using Python 3.8)
pip install -r requirements.txt
  1. Run the function
python bot.py

About

Rocket Pool Twitter bot for daily network stat updates

https://rocketpool.net

License:MIT License


Languages

Language:Python 100.0%