The EFP Follow Bot enables users to subscribe to Ethereum addresses or ENS names, allowing them to stay updated with the latest follows, tags, and other activities within the Ethereum Follow Protocol (EFP) ecosystem. This bot simplifies tracking and engagement, making it easier for users to stay informed about their favorite EFP accounts.
- Documentation: docs.efp.app/
- Bun runtime (latest version)
- Node.js (LTS which is currently 20)
- Redis This bot requires a redis instance to store subscription data
git clone https://github.com/ethereumfollowprotocol/follow-bot.git && cd follow-bot
Note
If vscode extensions behave weirdly or you stop getting type hints, run CMD+P and type > Developer: Restart Extension Host
to restart the extension host.
# upgrade bun to make sure you have the latest version then install dependencies
bun upgrade && bun install
cp .env-example .env
bun run start
Follow @efp on 𝕏 for updates!