Flake to setup a local env for atproto development
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add instruction to create post

+13
+13
README.md
··· 59 59 goat --plc-host=https://plc.example.org data did:plc:pzvsc3jwfjwidojtpbxv4rdd 60 60 ``` 61 61 62 + 6. **Login to your account:** 63 + ```bash 64 + goat account login \ 65 + --username=edouard.pds.example.org \ 66 + --app-password=password \ 67 + --pds-host=https://pds.example.org:8443 68 + ``` 69 + 70 + 7. **Create your first post:** 71 + ```bash 72 + goat bsky post "hello world!" 73 + ``` 74 + 62 75 ## Services 63 76 64 77 - **Bluesky PDS**: https://pds.example.org:8443