Auto Claim for MatchQuest Telegram Bot
- MatchQuestTod
- Table of Contents
- Warning
- Features
- Support
- How to Use
- How to Get Data
- Javascript Command to Get Telegram Data for Desktop
- Run for 24/7
- Discussion
- Thank you < 3
All Risks are borne by the user!
- Auto Claim
- Use Daily Booster
- Auto Solve Task
- Multi Account Support
- Proxy Support
- Auto Playing Game Support
To support me you can buy me a coffee via website in below
- Send IDR directly via QRIS : https://s.id/nusanqr
- https://trakteer.id/fawwazthoerif/tip
- https://sociabuzz.com/fawwazthoerif/tribe
If you want to use proxies you can simply add your proxy list to the `proxies.txt`` file or whatever file you want (if you use custom filenames for proxies you should call them with the additional argument --proxy and followed by the custom filename when running bot.py/main program)
Here's the format for writing proxies:
If using authentication:
protocol://username:password@ipproxy:port
Example:
http://user:user@69.69.69.69:8000
socks5://user:user@69.69.69.69:8000
If without authentication:
protocol://ipproxy:port
Example:
http://69.69.69.69:8000
socks5://69.69.69.69:8000
-
Make sure you computer was installed python and git.
python site : https://python.org
git site : https://git-scm.com/
-
Clone this repository
git clone https://github.com/akasakaid/matchquesttod.git
-
goto matchquesttod directory
cd matchquesttod
-
install the require library
python -m pip install -r requirements.txt
-
Edit
data.txt
, input your query data indata.txt
, find you token in How to Get Data. One line for one data account, if you want add you second account add in new line! -
execute the main program
python bot.py
-
Make sure you computer was installed python and git.
python
sudo apt install python3 python3-pip
git
sudo apt install git
-
Clone this repository
git clone https://github.com/akasakaid/matchquesttod.git
-
goto matchquesttod directory
cd matchquesttod
-
Install the require library
python3 -m pip install -r requirements.txt
-
Edit
data.txt
, input your query data indata.txt
, find you token in How to Get Data. One line for one data account, if you want add you second account add in new line! -
execute the main program
python bot.py
-
Make sure you termux was installed python and git.
python
pkg install python
git
pkg install git
-
Clone this repository
git clone https://github.com/akasakaid/matchquesttod.git
-
goto matchquesttod directory
cd matchquesttod
-
install the require library
python -m pip install -r requirements.txt
-
Edit
data.txt
, input your query data indata.txt
, find you token in How to Get Data. One line for one data account, if you want add you second account add in new line! -
execute the main program
python bot.py
- Active web inspecting in telegram app, How to activate follow the video https://youtu.be/NYxHmck_GjE
- Goto gamee bot and open the apps
- Press
F12
on your keyboard to open devtool or right click on app and selectInspect
- Goto
console
menu and copy javascript code then paste onconsole
menu - If you don't receive error message, it means you successfully copy telegram data then paste on
data.txt
(1 line for 1 telegram data)
Example telegram data
query_id=xxxxxxxxxx&user=xxxxxxfirst_namexxxxxlast_namexxxxxxxusernamexxxxxxxlanguage_codexxxxxxxallows_write_to_pmxxxxxxx&auth_date=xxxxxx&hash=xxxxxxxxxxxxxxxxxxxxx
- If you want to add more account. Just paste telegram second account data in line number 2.
Maybe like this sample in below
query_id=xxxxxxxxxx&user=xxxxxxfirst_namexxxxxlast_namexxxxxxxusernamexxxxxxxlanguage_codexxxxxxxallows_write_to_pmxxxxxxx&auth_date=xxxxxx&hash=xxxxxxxxxxxxxxxxxxxxx
query_id=xxxxxxxxxx&user=xxxxxxfirst_namexxxxxlast_namexxxxxxxusernamexxxxxxxlanguage_codexxxxxxxallows_write_to_pmxxxxxxx&auth_date=xxxxxx&hash=xxxxxxxxxxxxxxxxxxxxx
Copy javascript code in below and paste to console menu in dev tool / dev mode
let x = Telegram.WebApp.initData;let y = JSON.parse(sessionStorage.__telegram__initParams).tgWebAppData;if (x === undefined) {if (y === undefined) {console.log("failed fetch query data")} else {copy(y);console.log("the data has been copied, please paste it with the ctrl + v keys")}} else {copy(x);console.log("the data has been copied, please paste it with the ctrl + v keys")}
You can run the script bot for 24/7 using vps / rdp. You can use screen
application in vps linux to running the script bot in background process
If you have an question or something you can ask in here : @sdsproject_chat