{"id":18805796,"url":"https://github.com/mskian/isso-telegram-notifier","last_synced_at":"2026-05-07T07:40:26.554Z","repository":{"id":98187393,"uuid":"415281032","full_name":"mskian/isso-telegram-notifier","owner":"mskian","description":"Get ISSO New Comment | Edit Comment | Delete Comment Notifications on Telegram.","archived":false,"fork":false,"pushed_at":"2021-10-11T03:16:06.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-29T21:14:13.652Z","etag":null,"topics":["bash","bash-script","comment-system","comments","isso","isso-comments","notifications","telegram","telegram-bot","telegram-bot-api"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mskian.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}},"created_at":"2021-10-09T10:50:11.000Z","updated_at":"2021-10-11T03:16:09.000Z","dependencies_parsed_at":"2023-06-29T18:15:29.664Z","dependency_job_id":null,"html_url":"https://github.com/mskian/isso-telegram-notifier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskian%2Fisso-telegram-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskian%2Fisso-telegram-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskian%2Fisso-telegram-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskian%2Fisso-telegram-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mskian","download_url":"https://codeload.github.com/mskian/isso-telegram-notifier/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239742365,"owners_count":19689308,"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":["bash","bash-script","comment-system","comments","isso","isso-comments","notifications","telegram","telegram-bot","telegram-bot-api"],"created_at":"2024-11-07T22:45:03.440Z","updated_at":"2026-01-08T00:30:15.137Z","avatar_url":"https://github.com/mskian.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ISSO Telegram Notifier 🔔\n\nGet notification on Telegram if someone create, edit or delete comment on your isso comment system.\n\n## 💡 How does it work?\n\nUsing `tail` and `grep` to watch the log file and Match the Current log Keyword. Once it matches, you will Get notfication alert on Telegram.\n\n## 🔧 ISSO Configuration\n\n**:warning: Note** - Don't Setup SMPT Email Notification if you are going to use this Notification Method - Use `stdout` - \u003chttps://posativ.org/isso/docs/configuration/server/#general\u003e\n\n**📕 Example Conf for Log**:\n\n```bash\n[general]\ndbpath = /home/isso/issocomments.db\nhost =\n    http://example.com/\n    https://example.com/\nmax-age = 15m\nnotify = stdout\nlog-file = /home/isso/issocomments.log\n```\n\n## Notification Script Setup\n\n- Download the [notify.sh file](https://github.com/mskian/isso-telegram-notifier/blob/main/notify.sh) on your linux server in `root` or `home` (Home Recommended)\n\n- Open the file and add these values (Required) (Get Chat ID from here - \u003chttps://t.me/chatidx_bot\u003e)\n\n```sh\nAPI= Telegram Bot API Key\nCHATID= Telegram Chat ID\nMESSAGE= \"New Comment Action on example.com\"\nLOGFILE= Path of the isso log\n```\n\n- Now, Make it executable `chmod +x notify.sh`\n- Next Setup `systemd` for Running this script continuously\n\n```bash\n\ncd /etc/systemd/system\n\n# Create New Service File\ntouch issonotify.service\n\n# Create a Service file for systemd service\nnano issonotify.service\n\n```\n\n- Now paste everything from \u003chttps://github.com/mskian/isso-telegram-notifier/blob/main/issonotify.service\u003e and save it.\n\n- Reload the systemd and enable the issonotify service\n\n```bash\nsystemctl daemon-reload\nsystemctl enable issonotify\nsystemctl start issonotify\n```\n\n- You can Check the service status with\n\n```bash\nsystemctl status issonotify\n```\n\n## LICENSE ☑\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmskian%2Fisso-telegram-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmskian%2Fisso-telegram-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmskian%2Fisso-telegram-notifier/lists"}