This project provides a 🚀 bot that collects star dust from Tiny Verse using an API and sends updates to Telegram. You can configure it to run at random intervals and track your progress over time.
Русский | English
- 🛠️ Go version 1.20 or higher
- 📦 Packages: Required dependencies are listed in
go.mod
.
- 🖥️ Open your browser and go to Telegram Web.
- 🛠️ Press
F12
to open the Developer Tools. - Go to the "Network" tab.
- Perform an action to create stars (it doesn’t matter if you can buy them; you just need to send the request).
- Find the
POST
request namedcreate
in the network logs. - In the "Payload" section of this request, locate the
galaxy_id
field. This is yourGALAXY_ID
.
To find your TELEGRAM_ID
, use a Telegram bot such as @getMyID_tgbot.
Create a config.json
file with your configuration:
# Telegram Bot Configuration
BOT_TOKEN="<bot-token>"
SESSION_ID=<sessionId1>,<sessionId2>
TELEGRAM_ID=<tg-user-id>
SEND_TO_TELEGRAM=True
TOLERANCE_FROM=600
TOLERANCE_TO=1500
STATS_PER_REQUEST=10
STARS_AUTO_BUY=True
STARS_AUTO_BUY_COUNT=100
GALAXY_ID=<galaxyId1>,<galaxyId2>
Replace the placeholder values <bot-token>
, <sessionId>
, <galaxyId>
, and <tg-user-id>
with your actual data.
go mod tidy
go run main.go
🎉 The bot will start collecting star dust at random intervals and send updates to your Telegram (if configured).
The author is not responsible for any damage, consequences, or actions caused by the use of this software. Ensure you understand the potential risks, and use it at your own risk. 🕊️