Recasts new users for their first 3 days on Farcaster.
You can run it locally:
# Set FARCASTER_SEED_PHRASE env variable in .env file
# generate bearer token:
node generateToken.js
# Set FARCASTER_BEARER_TOKEN env variable in .env file
yarn run bot
Running this command doesn't actually post unless APP_ENV is set as production
.
yarn run bot
is scheduled to be run on Render every 5 mins. The code gets updated simply by pushing the changes to the main branch.