Welcome to the Goats Miner repository! Goats Miner is a mini app on Telegram that rewards users with Goats tokens for completing tasks. In the future, these tokens will be convertible to cryptocurrency tokens. Below you'll find instructions on how to get started and run the auto-miner.
- Daily Check-In 📅
- Auto Mission Completion 🚀
Make sure you have Python 3 installed on your machine. You can download it from python.org. On Linux, you can install Python 3 using the following commands:
sudo apt update
sudo apt install python3
sudo apt install python3-pip-
Clone the repository:
git clone https://github.com/buddhhu/Goats -
Navigate into the project directory:
cd Goats -
Install the required Python packages:
pip3 install -r requirements.txt
Before running the project, you need to add your authentication data to the data.txt file. Follow these steps to get the auth data:
- Open Telegram in your web browser.
- Open the Goats mini-app.
- Open the DevTools in your browser (usually with
Ctrl+Shift+IorCmd+Option+I). - Go to the Application tab.
- Go to Session Storage,
https://dev.goatsbot.xyzand findtelegram-apps/launch-params. - It will look like
tgWebAppPlatform=weba&tgWebAppThemeParams=.... - Find
query_idin the value and copy it to the end. - Unquote the copied value once, using an online tool.
- You will get
query_id=....
Add this data to the data.txt file. If you have multiple accounts, add each account on a new line in the following format:
query_id=<your_query_id_1>
query_id=<your_query_id_2>
...
To run the project, use the following command:
python3 bot.py
Happy mining! 🌟