Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ayoayco/ayo-bsky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ayo-bsky

just wanna automate some bsky posts...

Why

Because why not

Development

  1. Set up your Debian (for other environments, search for counterpart instructions)

    # update repositories
    $ sudo apt update
    
    # install python stuff
    $ sudo apt install python3-pip python3-dev build-essential libssl-dev libffi-dev python3-setuptools python3-venv
  2. Install dependencies

    # clone the project 
    $ git clone [email protected]:ayoayco/ayo-bsky
    
    # go into the project directory
    $ cd ayo-bsky
    
    # create config file from example
    $ cp example_config.txt config.txt
    
    # add your bsky app password in the config.txt file
    
    # create python environment:
    $ python3 -m venv .venv
    
    # activate python env:
    $ . .venv/bin/activate
    
    # install deps:
    (.venv)$ python -m pip install -r requirements.txt
    
    # rejoice!
  3. To run the script:

    (.venv)$ python app.py

About

just bsky things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages