davidfurlong / botcaster

Farcaster bot framework

Home Page:https://bwl.gg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Botcaster

Farcaster bot framework.

Installation

  1. Add Botcaster with yarn add @big-whale-labs/botcaster
  2. Use the framework in the following way:
import { startPolling } from '@big-whale-labs/botcaster'

const farcasterAddress = '0x143979b5E07138b5555001fF34474cFFDf6E97FB'
startPolling(farcasterAddress, (notification) => {
  console.log(notification)
})

And you should be good to go! Feel free to fork and submit pull requests.

About

Farcaster bot framework

https://bwl.gg

License:MIT License


Languages

Language:TypeScript 100.0%