{"id":26950705,"url":"https://github.com/zkhan93/dobby-bot","last_synced_at":"2026-04-26T12:32:39.153Z","repository":{"id":81622791,"uuid":"159582572","full_name":"zkhan93/dobby-bot","owner":"zkhan93","description":"telegram bot for Dobby (A robo car)","archived":false,"fork":false,"pushed_at":"2019-07-27T09:41:45.000Z","size":144,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T23:34:12.156Z","etag":null,"topics":["raspberry-pi","telegram-bot"],"latest_commit_sha":null,"homepage":"","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/zkhan93.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":"2018-11-29T00:14:29.000Z","updated_at":"2019-07-27T09:41:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"63447582-630b-4c61-9cac-eccb43ff7763","html_url":"https://github.com/zkhan93/dobby-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zkhan93/dobby-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkhan93%2Fdobby-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkhan93%2Fdobby-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkhan93%2Fdobby-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkhan93%2Fdobby-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zkhan93","download_url":"https://codeload.github.com/zkhan93/dobby-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkhan93%2Fdobby-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32297895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"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":["raspberry-pi","telegram-bot"],"created_at":"2025-04-02T23:31:25.437Z","updated_at":"2026-04-26T12:32:39.148Z","avatar_url":"https://github.com/zkhan93.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dobby18bot\ntelegram bot for dobby's learning\n\n## Assumption\n- User: `pi`\n- virtualenv: `/home/pi/dobby-bot/venv/bin/python`\n- python script to launch: `/home/pi/dobby-bot/dobby-bot.py`\n\n## Create the service script\nlocation: /etc/systemd/system/multi-user.target.wants/dobby-bot.service\n```\n[Unit]\nDescription=Telegram Bot Daemon for Dobby\nAfter=network.target sshd.service\n\n[Service]\nUser=pi\nGroup=www-data\nWorkingDirectory=/home/pi/dobby-bot\nExecStart=/home/pi/dobby-bot/venv/bin/python dobby-bot.py\nExecReload=/bin/kill -s HUP $MAINPID\nExecStop=/bin/kill -s TERM $MAINPID\nRestart=always\n\n[Install]\nWantedBy=multi-user.target\n```\n## Enable the service\n```sudo systemctl enable dobby-bot.service```\n\n## Reload and start\n```\nsudo systemctl daemon-reload\nsudo systemctl restart service.service\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzkhan93%2Fdobby-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzkhan93%2Fdobby-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzkhan93%2Fdobby-bot/lists"}