Made with Python to interact with Bluesky from a shell.
Tested on Windows 10 and Linux (python:3.12.7-alpine
).
- os
- getpass
- atproto
- By only using the files in /app/src, running from main.py. In this case, the files Dockerfile and docker-compose.yml aren't necessary.
- Through Docker, but in this case, you will need all the files.
- Run the container:
docker-compose run --name bluesky_txt python_app sh
- Run the program:
python main.py
- Exit the shell:
exit