GitXplorerGitXplorer
i

message-view-counter-bot

public
19 stars
22 forks
3 issues

Commits

List of commits on branch main.
Verified
225c05591a7288940d1fe0c3e3f062e40450a423

Update README.md

iiiiiii1wepfj committed 9 months ago
Verified
ffe4a892f548ea2249301a41f0d04dc0007135ba

Update bot.py

iiiiiii1wepfj committed 9 months ago
Verified
1644dc0456c1fa5e706b5d6bf25e77b5cc5e3b44

Update requirements.txt

iiiiiii1wepfj committed 9 months ago
Verified
ac99c75047983d89881a8fb789afa25a78ae62a6

Update bot.py

iiiiiii1wepfj committed 2 years ago
Verified
13725a419bf881e4672e37cce3515e0df41a839f

Update bot.py

iiiiiii1wepfj committed 3 years ago
Verified
8250f4232174d579a682cca546456b3cac8d9e39

Update bot.py

iiiiiii1wepfj committed 3 years ago

README

The README file for this repository.

message-view-counter-bot

a telegram bot to add view counter to messages

how to run

git clone https://github.com/iiiiii1wepfj/message-view-counter-bot.git

cd message-view-counter-bot

python3 -m venv .venv

source .venv/bin/activate

pip3 install -U -r requirements.txt

edit the api hash and api id and bot token in bot.py

create the channel and add the bot to the channel as admin with post messages permission, copy the channel id to forwardchannel (replace the "channel id" to the id of the channel) in bot.py

python3 bot.py