Gamee-Hacker
Gamee-Hacker copied to clipboard
The most advanced telegram games named Gamee, hacker on the Github.
Gamee-Hacker
The most advanced telegram games named Gamee, hacker on the Github.
This script works in two different ways:
1 CLI (on your PC):
First you should change directory to GameeHacker
gameeHacker.py [--argument] [value]
Args Description Default
-h, --help Throwback this help manaul False
-u, --url Url of your game in gamee None
-t, --time Play time Random
-s, --score Your score None
--get-rank Rank of you in current game False
--get-record Your record in current game False
--get-summery All of your data in gamee False
--get-name Name of game False
2 Telegram bot
Step 1
First you should get Telegram API token from botFather.
Step 2
cd telegramBot
mv .env-sample .env
Step 3
After running above commands you should copy your Telegram token in .env
file and put it in TELEGRAM_TOKEN
.
after that create a desired random string for SECRET_KEY
.
Step 4
Create a virtual-environment and install dependencies.
pip install -r requirements.txt
Step 5
export FLASK_APP='models.py'
cd telegramBot
flask db init && flask db migrate && flask db upgrade
python3 telegram_bot.py
Create superuser
Run below command and enter your telegram numeric id
python3 telegram_bot.py createsuperuser
superuser can see some statistics such number of users and Games.