update readme, answer the question

Changed files
+16 -3
+6 -1
.gitignore
···
__marimo__/
# Streamlit
-
.streamlit/secrets.toml
+
.streamlit/secrets.toml
+
+
#####
+
+
# Added by DWN - temp dir
+
tmp/
+10 -2
README.md
···
-
# ATPasser ╬<!
+
# ATPasser!
A simple library for the [Authenticated Transfer Protocol](https://atproto.com/specs/atp) (AT Protocol or atproto for short).
···
---
-
[See the roadmap](docs/roadmap.md)
+
## Other ATProto libraries
+
+
[There's an ATProto SDK already (and used by lots of projects) by MarshalX,](https://github.com/MarshalX/atproto) and why do this exists?
+
+
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.
+
+
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.
+
+
The architecture will be small, only containing the data model and the client.
---