https://github.com/gab-palmeri/TagBot
A telegram bot to create custom tags in groups
https://github.com/gab-palmeri/TagBot
Last synced: about 23 hours ago
JSON representation
A telegram bot to create custom tags in groups
- Host: GitHub
- URL: https://github.com/gab-palmeri/TagBot
- Owner: gab-palmeri
- Created: 2022-09-20T10:52:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-27T12:00:58.000Z (about 2 months ago)
- Last Synced: 2025-03-27T12:38:44.733Z (about 2 months ago)
- Language: TypeScript
- Size: 337 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-grammY - gab-palmeri/TagBot - Create tags to mention multiple group members at once. [ᴜsᴇ](https://t.me/grouptags_bot) (Bots)
README
# Tag Bot
[](https://github.com/grammyjs/awesome-grammY) [](https://sonarcloud.io/summary/new_code?id=tagbot) [](https://sonarcloud.io/summary/new_code?id=tagbot) [](https://sonarcloud.io/summary/new_code?id=tagbot)_Create #tags to mention multiple users at once in your group_
[Start the bot!](https://t.me/grouptags_bot) / [Bot updates channel](https://t.me/tagbotchannel)
## List of commands
- /start: _start the bot_
- /help: _show a list of commands_
- /create: _create a new grouptag_
- /delete: _delete a grouptag_
- /rename: _rename a grouptag_
- /join: _join a grouptag_
- /leave: _leave a grouptag_
- /list: _list all grouptags_
- /mytags: _list all the grouptags you are in_## Self-Hosting your own version
- Clone the repository
- Create a .env file with your data _(follow the .env.example file)_
- Run `npm install`
- Run `npm run start-dev` or `npm run start-prod`