+6
-1
.gitignore
+6
-1
.gitignore
+10
-2
README.md
+10
-2
README.md
···A simple library for the [Authenticated Transfer Protocol](https://atproto.com/specs/atp) (AT Protocol or atproto for short).···+[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.