A Python-based Telegram bot that allows users to send fake location data to other bots.
demo.mp4
This bot was created to help users bypass location checks in various applications, such as lessons. It works by sending fake location data from the user to another bot.
- You need to create an API client to use this script. You can do it by following these steps:
- Go to my.telegram.org
- Log in using your Telegram account
- Click on
API Development Tools
- Fill in the required fields and create your API client
- Replace
YOUR_API_ID
andYOUR_API_HASH
in the.env
orsystem properties
- Clone this repository
- Run
pip install -r requirements.txt
to install required packages - Create a bot in Telegram and get your API key
- Set your API key as an environment variable with the name
BOT_TOKEN
,API_ID
,API_HASH
andSQLITE_PATH
- Run the bot using
python .
- Build the container using the command
docker build -t your_image_name .
- Run the container using the command
docker run your_image_name
- Run with docker compose using the command
docker-compose up -d --build
python -m unittest discover -s ./test/
Feel free to contribute to the project by submitting pull requests or opening issues for bug reports and feature requests.
This project is licensed under the GNU License. See the LICENSE file for more information.