{"id":22938141,"url":"https://github.com/zeeshanahmad4/bluesky-post-bot","last_synced_at":"2026-05-06T00:39:14.637Z","repository":{"id":173828838,"uuid":"651353020","full_name":"Zeeshanahmad4/Bluesky-Post-Bot","owner":"Zeeshanahmad4","description":"Bluesky Post Scheduler Bot: Automate your posts on the Bluesky social network with scheduled messaging and GitHub Actions integration.","archived":false,"fork":false,"pushed_at":"2023-06-09T04:06:42.000Z","size":9,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T04:56:26.084Z","etag":null,"topics":["api","automation-programming","bluesky","bot-scheduler","social-network","typescript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zeeshanahmad4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-09T04:02:20.000Z","updated_at":"2024-11-28T15:20:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa5d4cbb-fca7-47ff-96ff-a6f104dfb44e","html_url":"https://github.com/Zeeshanahmad4/Bluesky-Post-Bot","commit_stats":null,"previous_names":["zeeshanahmad4/bluesky-post-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Zeeshanahmad4/Bluesky-Post-Bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeeshanahmad4%2FBluesky-Post-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeeshanahmad4%2FBluesky-Post-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeeshanahmad4%2FBluesky-Post-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeeshanahmad4%2FBluesky-Post-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zeeshanahmad4","download_url":"https://codeload.github.com/Zeeshanahmad4/Bluesky-Post-Bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeeshanahmad4%2FBluesky-Post-Bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278891748,"owners_count":26063856,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","automation-programming","bluesky","bot-scheduler","social-network","typescript"],"created_at":"2024-12-14T12:16:12.207Z","updated_at":"2025-10-08T04:56:29.781Z","avatar_url":"https://github.com/Zeeshanahmad4.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Bluesky Bot\n\nBluesky Bot is a simple bot built using TypeScript that posts to the Bluesky social network using the Bluesky API. It can be scheduled to run at specified times using GitHub Actions.\n\n## Prerequisites\n\nBefore getting started, make sure you have the following requirements:\n\n- Node.js version 18.16.0\n- A Bluesky account\n\n## Getting Started\n\nTo set up the bot, follow these steps:\n\n1. Clone this repository to your local machine.\n2. Install the required dependencies by running the following command:\n   ```shell\n   npm install` \n\n3. Set up the environment variables for your Bluesky account credentials:\n    \n    - `BSKY_HANDLE`: Your Bluesky identifier (username)\n    - `BSKY_PASSWORD`: Your Bluesky password You can set these variables in your development environment or in GitHub Actions secrets.\n4. Run the bot script manually by executing the following command:\n    \n    shellCopy code\n    \n    `node index.js` \n    \n    This will post a sample message to your Bluesky account.\n    \n5. (Optional) To schedule the bot to run periodically, set up GitHub Actions:\n    \n    - Push the cloned repository to your own GitHub repository.\n    - In the repository settings, go to \"Actions\" and add the following secrets:\n        - `BSKY_HANDLE`: Your Bluesky identifier (username)\n        - `BSKY_PASSWORD`: Your Bluesky password\n    - Configure the schedule in the `.github/workflows/post.yml` file. Replace the `cron` expression with your desired schedule.\n    - Commit and push the changes to GitHub. The bot will now be scheduled to run at the specified times.\n\n## Customizing the Bot\n\nThe bot currently posts a sample message, but you can customize it to post any text you want. To modify the message, open the `index.js` file and change the text passed to the `sendPost` function.\n\njavascriptCopy code\n\n`sendPost(\"Hello from the Bluesky API!\");` \n\n## Resources\n\n- [Bluesky API Documentation](https://blueskyapidocs.com/) - Official documentation for the Bluesky API.\n- [Bluesky](https://bsky.social/) - The Bluesky social network.\n\n## License\n\nThis project is licensed under the [MIT License](https://chat.openai.com/LICENSE).\n\ncssCopy code\n\n `Feel free to modify the content as needed.`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeeshanahmad4%2Fbluesky-post-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeeshanahmad4%2Fbluesky-post-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeeshanahmad4%2Fbluesky-post-bot/lists"}