{"id":49575237,"url":"https://github.com/rollecode/jklbot","last_synced_at":"2026-05-13T09:03:57.202Z","repository":{"id":276551357,"uuid":"929571909","full_name":"rollecode/jklbot","owner":"rollecode","description":"Jyväskylä Bot for Mastodon","archived":false,"fork":false,"pushed_at":"2025-02-10T10:53:34.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-03T16:24:03.922Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://mementomori.social/@jkl","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/rollecode.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-08T21:21:01.000Z","updated_at":"2025-02-11T17:51:08.000Z","dependencies_parsed_at":"2025-02-09T00:24:54.287Z","dependency_job_id":null,"html_url":"https://github.com/rollecode/jklbot","commit_stats":null,"previous_names":["ronilaukkarinen/jklbot","rollecode/jklbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rollecode/jklbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Fjklbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Fjklbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Fjklbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Fjklbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rollecode","download_url":"https://codeload.github.com/rollecode/jklbot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Fjklbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32975183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T06:31:55.726Z","status":"ssl_error","status_checked_at":"2026-05-13T06:31:51.336Z","response_time":115,"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":[],"created_at":"2026-05-03T16:11:06.971Z","updated_at":"2026-05-13T09:03:56.956Z","avatar_url":"https://github.com/rollecode.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jyväskylä Bot for Mastodon\n\nJyväskylä Bot is a Mastodon bot that posts updates city of Jyväskylä news from various sources.\n\nThis bot posts:\n\n- Jyväskylä news from RSS feed at jyvaskyla.fi\n- Events in Jyväskylä\n- Jyväskylä Facebook posts\n\n![image](https://github.com/user-attachments/assets/0afc8d69-f25f-4af9-aae5-67349d28f545)\n\n## Installation\n\nFirst, make sure python-venv is installed:\n\n```bash\nsudo apt-get install python3-venv\n```\n\nFor the Mastodon bot to work properly, you need the following permissions when creating the application token (_yourinstance.social_/settings/applications):\n\n- `read` - to read public posts (optional, but good for verification)\n- `write:statuses` - to post updates to your timeline\n\nCreate a virtual environment and activate it:\n\n```bash\ncd jklbot\npython3 -m venv venv\nsource venv/bin/activate\n```\n\nInstall the dependencies:\n\n```bash\npip install -r requirements.txt\n```\n\nThen run the bot:\n\n```bash\npython main.py\n```\n\n## Systemd service\n\nAdd with:\n\n```bash\nsudo nano /etc/systemd/system/jklbot.service\n```\n\n```ini\n[Unit]\nDescription=Jyväskylä Mastodon Bot\nAfter=network.target\n\n[Service]\nType=simple\nUser=youruser\nWorkingDirectory=/path/to/jklbot\nExecStart=/path/to/jklbot/venv/bin/python3 /path/to/jklbot/main.py\nRestart=always\nEnvironment=PYTHONUNBUFFERED=1\n\n[Install]\nWantedBy=multi-user.target\n```\n\nEnable and start the service:\n\n```bash\nsudo systemctl daemon-reload\nsudo systemctl enable jklbot\nsudo systemctl start jklbot\n```\n\nMonitor:\n\n```bash\nsudo journalctl -u jklbot --all -f\n```\n\n## Contributing to the project\n\n1. Fork the repository\n2. Create a new branch\n3. Make your changes and commit them\n4. Push your changes to your fork\n5. Create a pull request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frollecode%2Fjklbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frollecode%2Fjklbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frollecode%2Fjklbot/lists"}