๐Ÿ€ ATproto library for gleam
atproto library gleam
34

Configure Feed

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

readme: make sure user install gleam_json too

kacaii.dev (Jul 1, 2026, 8:03 PM -0300) fa13ab06 7581866a

+2 -2
+1 -1
README.md
··· 17 17 ## Example 18 18 19 19 ```sh 20 - gleam add possum gleam_http 20 + gleam add possum gleam_http gleam_json 21 21 ``` 22 22 23 23 ### Consulting your DID
+1 -1
gleam.toml
··· 1 1 name = "possum" 2 - version = "1.0.1" 2 + version = "1.0.2" 3 3 4 4 description = "๐Ÿ€ ATproto library for gleam" 5 5 licences = ["Apache-2.0"]