decentralized and customizable links page on top of atproto ligo.at
atproto link-in-bio python uv
9
fork

Configure Feed

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

at a90427119fea581ff8ca47621f3c6b9532aabfd4 14 lines 329 B view raw
1[project] 2name = "ligo-at" 3version = "0.0.1" 4description = "Decentralized links page on top of AT Protocol" 5readme = "README.md" 6requires-python = ">=3.13" 7dependencies = [ 8 "aiodns>=3.5.0", 9 "aiohttp>=3.13.0", 10 "atproto-jetstream>=0.1.1", 11 "authlib>=1.3", 12 "flask[async,dotenv]>=3.1.2", 13 "gunicorn>=23.0.0", 14]