Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/divideprojects/taglogger
🤖 Simple Bot for notifying you in a Group when you were Tagged ‼️
https://github.com/divideprojects/taglogger
pyrogram tag-logger telegram telegram-bot telegram-userbot
Last synced: 9 days ago
JSON representation
🤖 Simple Bot for notifying you in a Group when you were Tagged ‼️
- Host: GitHub
- URL: https://github.com/divideprojects/taglogger
- Owner: divideprojects
- License: gpl-3.0
- Created: 2021-06-20T09:32:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T01:14:59.000Z (9 months ago)
- Last Synced: 2024-05-01T17:37:33.817Z (9 months ago)
- Topics: pyrogram, tag-logger, telegram, telegram-bot, telegram-userbot
- Language: Python
- Homepage:
- Size: 271 KB
- Stars: 5
- Watchers: 2
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Tag Logger
- A simple bot for notify you in a group when you were tagged.## Deployment
- Gather `API_ID` and `API_HASH` [from here](https://my.telegram.org/apps)
- Add the Bot to your Log Group
- Gather Log Group ID by adding [@MissRose_bot](https://telegram.dog/MissRose_bot) and send `/id`
- Gather Pyrogram String Session [from here](https://replit.com/@jayantkageri/StringSession#main.py)### For Heroku Deployment Click Below Button 👇
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/divideprojects/TagLogger)### For Local Deployment
- Fill the Configuration File [config.py](config.py)
- Install the dependencied by running `pip install -r requirements.txt`
- Run `python3 -m main`## Copyright
```
Tag Logger, A Telegram Bot to log when you were Mentioning
Copyright (C) 2021 Jayant Hegde Kageri.This program is free software: you can redistribute it or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .```
## Powered By
[![Jayant Hegde Kageri](https://img.shields.io/badge/Jayant-Kageri-green?style=for-the-badge&logo=origin)](https://github.com/jayantkageri)
[![DivideProjects](https://img.shields.io/badge/Divide-Projects-green?style=for-the-badge&logo=appveyor)](https://t.me/DivideSupport)