{"id":16531076,"url":"https://github.com/koushikphy/telejobreminder","last_synced_at":"2026-05-05T14:02:55.201Z","repository":{"id":37690636,"uuid":"443325695","full_name":"Koushikphy/TeleJobReminder","owner":"Koushikphy","description":"A Telegram bot that keeps track of your computer jobs.","archived":false,"fork":false,"pushed_at":"2024-04-19T08:43:46.000Z","size":778,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-11T09:32:54.099Z","etag":null,"topics":["bots","database","flask","flask-application","heroku","heroku-deployment","postgresql","telegram","telegram-bot","telegram-bots"],"latest_commit_sha":null,"homepage":"https://t.me/JobReminderBot","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/Koushikphy.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":"2021-12-31T11:03:38.000Z","updated_at":"2025-06-24T01:28:14.000Z","dependencies_parsed_at":"2024-04-19T06:39:53.255Z","dependency_job_id":"630e564e-b8cc-4e71-9ae6-fe214976fe03","html_url":"https://github.com/Koushikphy/TeleJobReminder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Koushikphy/TeleJobReminder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Koushikphy%2FTeleJobReminder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Koushikphy%2FTeleJobReminder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Koushikphy%2FTeleJobReminder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Koushikphy%2FTeleJobReminder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Koushikphy","download_url":"https://codeload.github.com/Koushikphy/TeleJobReminder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Koushikphy%2FTeleJobReminder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32652474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["bots","database","flask","flask-application","heroku","heroku-deployment","postgresql","telegram","telegram-bot","telegram-bots"],"created_at":"2024-10-11T18:07:50.717Z","updated_at":"2026-05-05T14:02:55.164Z","avatar_url":"https://github.com/Koushikphy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ch2 align=\"center\"\u003eJob Reminder Bot\u003c/h2\u003e\n  \u003ch3 align=\"center\"\u003eA Telegram bot that keeps track of your computer jobs.\u003c/h3\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://t.me/JobReminderBot\" alt=\"Version\"\u003e\u003cimg src=\"https://img.shields.io/badge/Telegram-JobReminderBot-blue.svg?style=flat\u0026logo=telegram\" /\u003e\u003c/a\u003e  \u003ca href=\"https://t.me/Koushikphy\" alt=\"Version\"\u003e\u003cimg src=\"https://img.shields.io/badge/Telegram-Koushik_Naskar-blue.svg?style=flat\u0026logo=telegram\" /\u003e\u003c/a\u003e  \n\u003c/p\u003e\n\n\n\n\nhttps://user-images.githubusercontent.com/43264301/202856466-bc857542-e334-4ea2-910e-a1a8d62a0656.mp4\n\n\n\n---\n\n\nTelegram bots are an extremely handy tool to send automated notifications/messages directly to the phone. It's completely free, easy to set up, and you can send any kind of message, including documents, pictures, videos etc. Here, I have made a bot to keep track of my long-running computer jobs so that it can send me a notification when the job finishes/fails.\n\n\n### 🚀 Getting Started:\n- Open the Telegram bot at https://t.me/JobReminderBot and press `start` to get started. Wait for the admin to authorize you.\n- Download the [telebot](https://github.com/Koushikphy/TeleJobReminder/blob/main/telebot) script (only written for bash atm), make it executable and keep it in your `PATH`.\n- Submit your job with the shell script as\n    ```\n    telebot -u USER_ID -n JOB_Name -j JOB_Command\n    ```\n\n\n### ⚒ Setting Optional Middlehost:\nIf you are working in an isolated shell that can not communicate with the bot server (i.e., internet) directly, you can run the [middlehost.py](https://github.com/Koushikphy/TeleJobReminder/blob/main/middlehost.py). It creates an HTTP route that transfers the network communications to and from the client-side to the bot server running on the cloud. In that case, you need to change the bot server address in the [telebot](https://github.com/Koushikphy/TeleJobReminder/blob/main/telebot) script with the middle host server details.\n\n### 👍Useful Links:\n- [Telegram Bots: An introduction for developers.](https://core.telegram.org/bots)\n- [Getting Started with Heroku.](https://devcenter.heroku.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoushikphy%2Ftelejobreminder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoushikphy%2Ftelejobreminder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoushikphy%2Ftelejobreminder/lists"}