{"id":17848371,"url":"https://github.com/cmdr-nova/chatter-bot","last_synced_at":"2026-05-09T14:35:32.616Z","repository":{"id":259575944,"uuid":"869628930","full_name":"cmdr-nova/chatter-bot","owner":"cmdr-nova","description":"A bot that posts random predefined statuses on Mastodon, and also replies to mentions with random, predefined statuses.","archived":false,"fork":false,"pushed_at":"2024-10-25T10:06:17.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T20:44:20.869Z","etag":null,"topics":["activitypub","bot","chat","fediverse","mastodon","repllies","statuses"],"latest_commit_sha":null,"homepage":"https://mkultra.monster/@net_run","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cmdr-nova.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-10-08T16:04:38.000Z","updated_at":"2024-10-25T10:06:21.000Z","dependencies_parsed_at":"2024-10-26T17:12:03.389Z","dependency_job_id":"7ba34c50-1ec9-4f38-a958-cebccadef607","html_url":"https://github.com/cmdr-nova/chatter-bot","commit_stats":null,"previous_names":["cmdr-nova/chatter-bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdr-nova%2Fchatter-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdr-nova%2Fchatter-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdr-nova%2Fchatter-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdr-nova%2Fchatter-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmdr-nova","download_url":"https://codeload.github.com/cmdr-nova/chatter-bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246847053,"owners_count":20843438,"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","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":["activitypub","bot","chat","fediverse","mastodon","repllies","statuses"],"created_at":"2024-10-27T22:02:28.498Z","updated_at":"2026-05-09T14:35:32.581Z","avatar_url":"https://github.com/cmdr-nova.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chatter-bot\nA bot that posts random predefined statuses on Mastodon, and also replies to mentions with random, predefined statuses.\n\nFirst, do the pip!\n\n```\npip install mastodon.py\n```\n\nThen, put the script onto your server!\n\n```\nnano path/to/script/chatter-bot.py\n```\n\nDon't forget to also crreate the statuses and replies!\n\n```\nnano path/to/script/statuses.json\n```\n\n```\nnano path/to/script/replies.json\n```\n\nThen, schedule it! This is not a bot that is running at all times, so statuses and replies will go out *only* when it runs (to conserve resources, we don't need a bot that's up and running at all times).\n\n```\nchmod +x path/to/script/chatter-bot.py\n```\n\n```\ncrontab -e\n```\n\n```\n*/15 * * * * /path/to/your/virtualenv/bin/python /path/to/chatter-bot/chatter-bot.py\n```\n\nSet to run every 15 minutes, and to use a virtual environment (I prefer to do this cause it's easier to use pip that way, and there's less margin for error).\n\nYou're finished!\n\nSee it running in action, [here](https://mkultra.monster/@net_run).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmdr-nova%2Fchatter-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmdr-nova%2Fchatter-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmdr-nova%2Fchatter-bot/lists"}