Video Demo: https://youtu.be/ZuyJulVJObY
-
First Install docker from this link.
-
Install Python:
apt install python python3-pip -y
-
Clone source code from git:
git clone https://github.com/moji-asg/django-telegram-tagger.git cd django-telegram-tagger
-
Create session file:
cd django-telegram-tagger
python manage.py login
- Enter phone number.
- Enter login code.
- Enter 2FA password if activated.
mv db/* ../db/
cd ..
-
Then open docker-compose.yml:
- Replace values between "{}" at line #12
-
Start Containers:
docker compose up -d
- Make sure the version of you using supports compose, If not install it using this command:
pip install docker-compose docker-compose up -d
-
Install Python:
apt install python python3-pip
-
Clone source code from git:
git clone https://github.com/moji-asg/django-telegram-tagger.git cd django-telegram-tagger
-
Install dependencies:
pip install -r requirements.txt
-
Create session file:
python manage.py login
- Enter phone number.
- Enter login code.
- Enter 2FA password if activated.
-
Run Tagger:
python manage.py runserver 0.0.0.0:8000 --insecure --noreload --skip-checks
First enter your account's saved messages then send these commands below:
/setusername myusername
/setpassword mypassword
/panel
Then enter panel by clicking the link. Enter your username and password and sign in. Then customize anything you want and remember to click save button at the end!
/setusername
- Set username for signing in to settings panel.
- Only in saved messages
/setpassword
- Set password for signing in to settings panel.
- Only in saved messages
/settings
- Sends a link to settings panel.
/help
- Sends a help message about all commands.
First enter settings panel by /panel
command.
Then scroll to the button to reach Auto Tag section.
You'll see 3 inputs there.
- Auto Tag Chats
- You should enter chat's unique id (example: "-10015879654")
- You can enter multi chats by going to next line.
- Auto Tag Type
- Set what type of tag should but do.
- Auto Cleaning Tags
- If activated bot will automatically clean tags.
Auto Tag option is only for Telegram game Werewolf. When you start a game bot will automatically start tagging, and it will stop after game starts.
This option currently works on "Persian Normal" mode in the game. We will add other mods in the future.
You can change your default settings by changing these files:
- settings.py
- telegram/telegram.py Line #16 - Line #18
- tagger/settings.py
Your contributions are always welcome!
Feel free to make PR!
Please have a look at the LICENSE.md for more details.