-
Notifications
You must be signed in to change notification settings - Fork 7
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
A bot informing our community about new stuff #510
Comments
This message was generated by git-bob (version: 0.14.0, model: github_models:gpt-4o, log), an experimental AI-based assistant. It can make mistakes and has limitations. Check its messages carefully. To implement the requested feature, we can create a daily GitHub Actions workflow that checks for new Zenodo records and posts them to Bluesky. This will require integrating the Bluesky API with the existing script. Here’s a minimal proposal for the changes:
Ensure that the Bluesky API credentials are securely stored in the repository secrets. This setup should help automate the process of notifying your community about new records on Zenodo via Bluesky. |
git-bob ask claude to comment on how to use the bluesky API for this |
We could combine the bluesky API, the Zenodo API and github workflows to submit a post on bluesky if a new record was published in a given Zenodo community ("nfdi4bioimage") during the last 24h. The workflow could run daily.
The code in scripts/auto-add-from-zenodo-communities.py could be useful for this and should be refactored to do this.
git-bob think about how to do this.
The text was updated successfully, but these errors were encountered: