https://github.com/stephancill/ensbot
A bot that reminds you on farcaster when your ENS names are about to expire
https://github.com/stephancill/ensbot
bot ens frames
Last synced: 10 months ago
JSON representation
A bot that reminds you on farcaster when your ENS names are about to expire
- Host: GitHub
- URL: https://github.com/stephancill/ensbot
- Owner: stephancill
- License: mit
- Created: 2024-11-01T22:10:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T06:11:18.000Z (about 1 year ago)
- Last Synced: 2025-02-04T18:52:08.905Z (12 months ago)
- Topics: bot, ens, frames
- Language: TypeScript
- Homepage: https://warpcast.com/ensbot
- Size: 184 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ensbot
A bot to send messages to ENS name owners when their names are expiring.
## Usage
Fill in the `.env.local` file with your Dune API key and Warpcast API key. (see `.env.sample` for reference)
```
pnpm install
```
Run the worker and Bull Board:
```
pnpm run start
```
Run the task to fetch the latest expirations and queue jobs:
```
pnpm run task
```