Skip to content

bilimma/bsky-autoshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autoshare for bluesky with github actions

Its a simple autoshare script for atproto applications.

Installation

prerequitements

i prefer to use dotenv with direnv for exporting environment variables in .env file. You have to export thoose variables manually before you run main.py in your computer if you don't want to use direnv. exp: export BSKY_USERNAME=test

  • Fork the repository
  • clone
  • copy .env.dist as .env file and update variables. FEED_URL must be valid rss feed.
  • remove autoshare.db file
  • install dependencies with pip install
  • run python3 main.py create-dbit will create an empty database
  • commit your changes
  • push your changes to github

After you complete to install, it will start action and fetch all feed, then will start to share every item in every 6 hours.

Autoshare Status

About

Autoshare script for atproto applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages