Santa bot is a farcaster bot that encourages the desired kind of engagement of participants on casts.
Sample cast message to get everything started off!
We will hold the XueDAO hackathon in May. To help promote the event, we are giving away 100 XD tokens each to 2 lucky participants who are willing to like our post. Leave a like down below before 2024-4-25 to have a chance of winning the prize!
@santabot
- Change directory into
server/
cd server/
- Setup Environment Variables
cp .env.local.example .env.local
- Install packages
yarn install
- Start dev server
yarn dev