An open API service indexing awesome lists of open source software.

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

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
```