-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: BlackSky greeting and suggestion bot #27
Comments
I will note that I haven't written in Rust before, but I have decades of experience writing in other languages... Java, Javascript, Python, and other things I won't claim. I have written a similar bot in Python on Twitter in the past (now decommissioned). |
Python would be fine for this and there's already a 'bots' folder: https://github.com/blacksky-algorithms/rsky/tree/main/bots You could use atproto.blue for the firehose subscriber and to make the reply: https://atproto.blue/en/latest/ You can see the membership schema here ( rsky/rsky-feedgen/src/schema.rs Lines 68 to 75 in d109db4
included is true and list='blacksky'.
|
Cool thanks! I'll get started |
Per a conversation with Rudy Fraser on BlueSky in this thread, I propose a bot to watch the #BlackSky hashtag and see if those users have subscribed to the BlackSky feed. If we see that they have not, we reply to their post with a message letting them know how they can subscribe to the feed.
Other constraints and requirements:
The text was updated successfully, but these errors were encountered: