Giter VIP home page Giter VIP logo

gamee-hacker's Introduction

Gamee-Hacker

The most advanced telegram games named Gamee, hacker on the Github.

Click for donate ❤️

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 

Installation (Optional)

For installing this script and run from anywhere of your terminal, please follow below steps:

chmod +x install.sh
sudo ./install.sh

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.

Screenshots of the telegram bot

image image image image image image image image image image

gamee-hacker's People

Contributors

mohamadkhalaj avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.