{"id":19542079,"url":"https://github.com/zayniddindev/notlify","last_synced_at":"2025-04-26T17:31:04.985Z","repository":{"id":219882399,"uuid":"750170780","full_name":"zayniddindev/notlify","owner":"zayniddindev","description":"API for sending website contact forms to Telegram with ease! 📥","archived":false,"fork":false,"pushed_at":"2024-03-24T05:18:01.000Z","size":87,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-03-24T06:23:59.837Z","etag":null,"topics":["form","nestjs","notification","telegram"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/zayniddindev.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":"2024-01-30T05:46:50.000Z","updated_at":"2024-05-30T06:34:38.661Z","dependencies_parsed_at":"2024-01-30T06:57:05.282Z","dependency_job_id":"9ad1b0b6-e87a-45df-89c2-0a07752503cb","html_url":"https://github.com/zayniddindev/notlify","commit_stats":null,"previous_names":["zayniddindev/notlify"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zayniddindev%2Fnotlify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zayniddindev%2Fnotlify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zayniddindev%2Fnotlify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zayniddindev%2Fnotlify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zayniddindev","download_url":"https://codeload.github.com/zayniddindev/notlify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251025670,"owners_count":21524843,"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":["form","nestjs","notification","telegram"],"created_at":"2024-11-11T03:13:04.591Z","updated_at":"2025-04-26T17:31:04.703Z","avatar_url":"https://github.com/zayniddindev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notlify - Telegram notifier service for sending website contact forms to Telegram with ease!\n\n### API that sends requests from the site to the appropriate channel or group via Telegram Bot (without exposing Bot token)\n\n### How to run:\n\n\u003e [!IMPORTANT]\n\u003e You need a server and a MySQL database to run Notlify.\n\n```sh\ngit clone git@github.com:zayniddindev/notlify.git\ncd ./notlify\nyarn \u0026 yarn build\ncp .env.example .env\n# populate .env with database credentials\nyarn start:prod\n```\n\n### Usage:\n\n\u003e [!IMPORTANT]\n\u003e First ask the backend developer to add the project to the database. The following information must be provided:\n\n```sh\ntg_bot_token - Telegram bot token of the project (obtained via BotFather)\n\n* The bot must be added to a group and must be an admin\n```\n\n#### Sending request:\n\n[POST] -\u003e /notification\n\nBody :\n\n```json\n{\n  \"uid\": \"test\",\n  \"message\": \"\u003cb\u003etest\u003c/b\u003e\"\n}\n```\n\n#### Response:\n\n```json\n{\n  \"success\": true,\n  \"data\": \"Message sent successfully!\",\n  \"error\": null\n}\n```\n\n```json\n{\n  \"success\": false,\n  \"error\": \"Failure message sending\",\n  \"data\": null\n}\n```\n\n### Getting group ID\n\nIf the group is open (public), you enter the username, if it is closed (private), you enter the group ID. To get a private ID, you take the link of any message in the group and get the group ID from inside it, for example, in the link `https://t.me/c/1652046431/184`, `1652046431` is the group ID\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzayniddindev%2Fnotlify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzayniddindev%2Fnotlify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzayniddindev%2Fnotlify/lists"}