Public
blueskyBotTutorial
Viewing readonly version: 14View latest version
Put env variables in this project username: charmaine.bsky.social NOT charmaine
This template shows you how to use the Bluesky API to make a bot. This starter template was ported from this one on Docs.
- Click
Fork
on this project - Add the following to your project
Environment Variables
(on the left side bar of this project):BLUESKY_USERNAME
- Make sure this includes
.bsky.social
. For example, my username ischarmaine.bsky.social
, NOTcharmaine
- Make sure this includes
BLUESKY_PASSWORD
- Click
Run
on theblueskySchedule
val and adjust the cron schedule as you see fit. - You should see a smiley emoji posted to your Bluesky account.
- You should see a smiley emoji posted to your Bluesky account.
- Modify the script however you like to make this bot your own!
Script