We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab377ee commit af6cd41Copy full SHA for af6cd41
.env.example
@@ -134,6 +134,8 @@ INTIFACE_WEBSOCKET_URL=ws://localhost:12345
134
FARCASTER_FID= # the FID associated with the account your are sending casts from
135
FARCASTER_NEYNAR_API_KEY= # Neynar API key: https://neynar.com/
136
FARCASTER_NEYNAR_SIGNER_UUID= # signer for the account you are sending casts from. create a signer here: https://dev.neynar.com/app
137
+FARCASTER_DRY_RUN=false # Set to true if you want to run the bot without actually publishing casts
138
+FARCASTER_POLL_INTERVAL=120 # How often (in seconds) the bot should check for farcaster interactions (replies and mentions)
139
140
# Coinbase
141
COINBASE_COMMERCE_KEY= # from coinbase developer portal
0 commit comments