Skip to content

A program for using Bluesky in a text-only environment.

Notifications You must be signed in to change notification settings

ian-ani/bluesky_sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lang en Lang es

Table of contents

About the project

Made with Python to interact with Bluesky from a shell.
Tested on Windows 10 and Linux (python:3.12.7-alpine).

Built with

  • os
  • getpass
  • atproto

Usage

  1. 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.
  2. Through Docker, but in this case, you will need all the files.

Docker

  1. Run the container:
docker-compose run --name bluesky_txt python_app sh
  1. Run the program:
python main.py
  1. Exit the shell:
exit

About

A program for using Bluesky in a text-only environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published