update readme, answer the question

Changed files
+16 -3
+6 -1
.gitignore
··· 213 213 __marimo__/ 214 214 215 215 # Streamlit 216 - .streamlit/secrets.toml 216 + .streamlit/secrets.toml 217 + 218 + ##### 219 + 220 + # Added by DWN - temp dir 221 + tmp/
+10 -2
README.md
··· 1 - # ATPasser ╬<! 1 + # ATPasser! 2 2 3 3 A simple library for the [Authenticated Transfer Protocol](https://atproto.com/specs/atp) (AT Protocol or atproto for short). 4 4 ··· 6 6 7 7 --- 8 8 9 - [See the roadmap](docs/roadmap.md) 9 + ## Other ATProto libraries 10 + 11 + [There's an ATProto SDK already (and used by lots of projects) by MarshalX,](https://github.com/MarshalX/atproto) and why do this exists? 12 + 13 + The first reason is that I'm recovering the now-closed [Tietiequan](https://tangled.org/@dwn.dwnfonts.cc/bluesky-circle) app and found that some API has changed so I have to rewrite it via vanilla JS. 14 + 15 + The second reason is that I'm a newbie in ATProto, wanting to know how ATProto is, and how this can be represented in Python. 16 + 17 + The architecture will be small, only containing the data model and the client. 10 18 11 19 --- 12 20