a somewhat skrunkly tui to add and remove users from bluesky lists. the purpose is to help me with managing my lists. you can:
- add users to a list
- remove users from a list
- add followers of users to a list
- remove followers of users from a list
i used textual, the atproto python sdk, and httpx, so make sure you have those as well. idrk what to do about structure but the entry is app.py
to do:
- error handling
- tests
- async
- list caching (optional)