Skip to content

CharlesDardaman/blueskyfirehose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blueskyfirehose

Simple golang firehose for Bluesky.

Usage

--mf Only show posts by users with a minimum follower count of

--likes Show likes as well as posts

--help / -h Show command help

Examples:

go run . firehose --mf 100 --likes # show posts and likes by users with a minimum of 100 followers

Without Authentication

go run . firehose

With Authentication

If it's the first time you need to enter your credentials. An App Password can be created at https://bsky.app/settings/app-passwords

go run . firehose -authed someusername.bsky.social superpassword

If you have a custom domain, use the email address you used to sign up Bluesky instead.

After you've already run it once, it will save your credentials in a file called .bsky.auth in your home directory.

go run . firehose -authed

Acknowledgements

Bluesky Social Github

About

Simple golang firehose for Bluesky.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages