{"id":15790157,"url":"https://github.com/pycomet-zz/advertisement-telegram-bot","last_synced_at":"2025-05-12T20:47:25.974Z","repository":{"id":41314085,"uuid":"239043004","full_name":"Pycomet-zz/advertisement-telegram-bot","owner":"Pycomet-zz","description":"This telegram application is built to target telegram groups, join and sends a custom message to all the members","archived":false,"fork":false,"pushed_at":"2022-12-08T10:07:30.000Z","size":70,"stargazers_count":22,"open_issues_count":4,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-05T22:05:07.095Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Pycomet-zz.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}},"created_at":"2020-02-07T23:53:22.000Z","updated_at":"2024-07-28T15:24:11.000Z","dependencies_parsed_at":"2023-01-25T06:45:13.524Z","dependency_job_id":null,"html_url":"https://github.com/Pycomet-zz/advertisement-telegram-bot","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/Pycomet-zz%2Fadvertisement-telegram-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pycomet-zz%2Fadvertisement-telegram-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pycomet-zz%2Fadvertisement-telegram-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pycomet-zz%2Fadvertisement-telegram-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pycomet-zz","download_url":"https://codeload.github.com/Pycomet-zz/advertisement-telegram-bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253819399,"owners_count":21969347,"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":[],"created_at":"2024-10-04T22:05:11.648Z","updated_at":"2025-05-12T20:47:25.954Z","avatar_url":"https://github.com/Pycomet-zz.png","language":"Python","funding_links":["https://www.patreon.com/Codefred"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWelcome to Telegram Advert Bot 👋\u003c/h1\u003e\n\u003cp\u003e\n  \u003cimg alt=\"Version\" src=\"https://img.shields.io/badge/version-1.0-blue.svg?cacheSeconds=2592000\" /\u003e\n  \u003ca href=\"#\" target=\"_blank\"\u003e\n    \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/code\\_fredy\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Twitter: code\\_fredy\" src=\"https://img.shields.io/twitter/follow/code\\_fredy.svg?style=social\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n### 🏠 Project Biography\n\nThe importance of marketing has always been inevitable to neglect for growing businesses seeking to reach more of it's target users. This telegram application seeks to meet the goal of sharing vital content to members of specified target groups/channels (excluding the registered administrators of that group). In addition to that, each of the sent messages are recorded and by default, deleted after two(2) hours to protect which ever account the user uses, from ban.\n\nFrom the perspective of a user trying to market his/her services or products, this bot would go a long way without you having to worry about engaging with users individually. And when a user finds the content interesting, you receive a feedback which gives the user a call to action right away with their first customer.\n\nFor group owners/admins, this bot can serve an a direct broadcaster of important or urgent information straight to the members of the group. This prevent you from worrying about who has seen the message on the group or not, because they have all received it individually.\n\n## Installation\n\n```sh\npip3 install -r requirements.txt\n```\n\n\u003c!-- USAGE EXAMPLES --\u003e\n## Usage\n\nTo use this application as your own, follow these simple steps;\n\n  - Fork this repository (`git clone https://github.com/Pycomet/telegram-group-engagement-bot.git`)\n\n  - Create a `.env` file with the following data\n    - `TOKEN` - This is the telegram bot token from `@botfather`\n    - `USERNAME` - Instagram account username\n    - `PASSWORD` - Instagram account password\n    - `WEBHOOK_URL` - Pre-defined web hook to be used for the app\n    - `ADMIN_ID` - Admin telegram ID for special access\n    - `GROUP_ID` - Telegram group to be managed the bot for receiving engagement links\n\n  - Goto `config.py` and set `DEBUG` to \"True\" to run locally and \"False\" to run in production\n\n  - Run the entrypoint file `python app.py`\n\nEnjoy!\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n\u003ca href=\"https://www.patreon.com/Codefred\"\u003e\n  \u003cimg src=\"https://c5.patreon.com/external/logo/become_a_patron_button@2x.png\" width=\"160\"\u003e\n\u003c/a\u003e\n\n\u003c!-- CONTRIBUTING --\u003e\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\n## Author\n\n👤 **Codefred(Alfred Emmanuel Inyang)**\n\n* Website: www.codedfred.me\n* Twitter: [@code\\_fredy](https://twitter.com/code\\_fredy)\n* Github: [@Pycomet](https://github.com/Pycomet)\n* LinkedIn: [@alfredemmanuelinyang](https://linkedin.com/in/alfredemmanuelinyang)\n\n***\n_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpycomet-zz%2Fadvertisement-telegram-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpycomet-zz%2Fadvertisement-telegram-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpycomet-zz%2Fadvertisement-telegram-bot/lists"}