Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BigWhaleLabs/botcaster
Farcaster bot framework
https://github.com/BigWhaleLabs/botcaster
Last synced: 3 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T00:30:06.000Z (8 months ago)
- Last Synced: 2024-05-18T19:11:27.560Z (6 months ago)
- Language: TypeScript
- Homepage: https://bwl.gg
- Size: 2.85 MB
- Stars: 40
- Watchers: 0
- Forks: 5
- 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.