https://github.com/mesamirh/linkmanagerbot
LinkManagerBot is a Telegram bot designed to manage and distribute links with visit limits. It allows administrators to add links with specific visit limits and users to request these links. The bot ensures that each user receives a unique link and tracks the number of visits to each link.
https://github.com/mesamirh/linkmanagerbot
telegram-bot telegram-bot-api telegrambot
Last synced: about 2 months ago
JSON representation
LinkManagerBot is a Telegram bot designed to manage and distribute links with visit limits. It allows administrators to add links with specific visit limits and users to request these links. The bot ensures that each user receives a unique link and tracks the number of visits to each link.
- Host: GitHub
- URL: https://github.com/mesamirh/linkmanagerbot
- Owner: mesamirh
- Created: 2024-08-24T08:42:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-05T17:38:50.000Z (3 months ago)
- Last Synced: 2025-03-05T18:40:34.366Z (3 months ago)
- Topics: telegram-bot, telegram-bot-api, telegrambot
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LinkManagerBot
LinkManagerBot is a Telegram bot designed to manage and distribute links with visit limits. It allows administrators to add links with specific visit limits and users to request these links. The bot ensures that each user receives a unique link and tracks the number of visits to each link.
## Features
- Add new links with visit limits
- Track the number of visits to each link
- Ensure each user receives a unique link
- Admin commands for managing links
- User-friendly interface## Installation
1. Clone the repository:
```
git clone https://github.com/mesamirh/LinkManagerBot.git
```
```
cd LinkManagerBot
```
2. Install the dependencies:
```
npm install
```
3. Create a .env file in the root directory and add your Telegram bot token and admin chat IDs:
```
BOT_TOKEN=your-telegram-bot-token
ADMIN_CHAT_IDS=adminid
```## Usage
1. Start the bot:
```
npm start
```