https://github.com/BigWhaleLabs/botcaster
Farcaster bot framework
https://github.com/BigWhaleLabs/botcaster
Last synced: 17 days ago
JSON representation
Farcaster bot framework
- Host: GitHub
- URL: https://github.com/BigWhaleLabs/botcaster
- Owner: BigWhaleLabs
- License: mit
- Created: 2022-10-28T17:39:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T18:38:30.000Z (7 months ago)
- Last Synced: 2025-04-25T01:03:33.698Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://bwl.gg
- Size: 2.95 MB
- Stars: 46
- Watchers: 0
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-farcaster - BigWhaleLabs/botcaster
- awesome-farcaster-dev - `botcaster`
- awesome-farcaster-dev - `botcaster`
README
# Botcaster
Farcaster bot framework.
## Installation
1. Add Botcaster with `yarn add @big-whale-labs/botcaster`
2. Use the framework in the following way:```ts
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.