{"id":16161889,"url":"https://github.com/mrrfv/mastodon-scheduled-toot","last_synced_at":"2026-05-04T23:37:06.300Z","repository":{"id":179889133,"uuid":"664264273","full_name":"mrrfv/mastodon-scheduled-toot","owner":"mrrfv","description":"Mastodon bot that posts according to a cron-like schedule","archived":false,"fork":false,"pushed_at":"2026-04-15T13:57:59.000Z","size":56,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-15T15:38:13.382Z","etag":null,"topics":["cron","javascript","mastodon","mastodon-api","mastodon-bot","mastodon-scheduled-toot","nodejs","schedule"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrrfv.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-09T12:38:13.000Z","updated_at":"2026-04-11T13:13:34.000Z","dependencies_parsed_at":"2024-02-20T21:25:49.755Z","dependency_job_id":"4e00d07c-c2f1-4f08-8bb7-fea8e0da8004","html_url":"https://github.com/mrrfv/mastodon-scheduled-toot","commit_stats":null,"previous_names":["mrrfv/mastodon-scheduled-toot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mrrfv/mastodon-scheduled-toot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrrfv%2Fmastodon-scheduled-toot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrrfv%2Fmastodon-scheduled-toot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrrfv%2Fmastodon-scheduled-toot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrrfv%2Fmastodon-scheduled-toot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrrfv","download_url":"https://codeload.github.com/mrrfv/mastodon-scheduled-toot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrrfv%2Fmastodon-scheduled-toot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32629155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cron","javascript","mastodon","mastodon-api","mastodon-bot","mastodon-scheduled-toot","nodejs","schedule"],"created_at":"2024-10-10T02:28:08.451Z","updated_at":"2026-05-04T23:37:06.278Z","avatar_url":"https://github.com/mrrfv.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mastodon Scheduled Post Bot\n\nThis is a Node.js application that uses the Mastodon API to post a toot at a specified time.\n\n## Usage\n\n1. Run `npm install` to install dependencies.\n2. Go to your Mastodon instance preferences and click Development. Create a new application and copy the access token.\n3. Copy `.env.example` to `.env` and fill in the values.\n4. Run `node index.js`.\n\n## Docker\n\nYou can also run this bot in a Docker container. To do so, follow step 2 from the usage guide and from use the following command:\n\n```bash\ndocker run -d \\\n    -e TZ=\"Europe/Berlin\" \\\n    -e CRON_SCHEDULE=\"0 17 * * *\" \\\n    -e MASTODON_INSTANCE_URL=\"your mastodon instance url, for example https://mastodon.social\" \\\n    -e MASTODON_USER_TOKEN=\"your mastodon access token\" \\\n    -e MASTODON_STATUS_TEXT=\"your toot text\" \\\n    # takes priority over MASTODON_STATUS_TEXT\n    # -e MASTODON_STATUS_TEXTS_RANDOM=\"[\\\"your toot text 1\\\", \\\"your toot text 2\\\"]\" \\\n    -e MASTODON_STATUS_VISIBILITY=\"unlisted\" \\\n    --restart always \\\n    --name mastobot \\\n    mrrfv/mastodon-scheduled-toot:latest\n```\n\nChange the value of the `TZ` environment variable for scheduling to work properly.\n\n## License\n\nBSD 3-Clause License. See `LICENSE` for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrrfv%2Fmastodon-scheduled-toot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrrfv%2Fmastodon-scheduled-toot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrrfv%2Fmastodon-scheduled-toot/lists"}