Skip to content

Automated script for TinyVerse with claiming dust, passing proof-of-humanity checks and more

License

Notifications You must be signed in to change notification settings

YourLov3r/TinyVerseBot

Repository files navigation

🇷🇺 Russian README

TinyVerse Bot 🌌

Script for automatization of tap-game TinyVerse

Requirements

Python

Features

Feature Supported
SuperMegaCool Capybara intro
Pre-Run Safety Checks
Dust claim
Add new stars to galaxy
Apply boosts
Script in .exe
Night mode
Proxy binding to session
User-Agent binding to session
Auto-detect new .session and register it in bot
Async working

Why are we better than the rest of the public scripts?

✨ Capybara Intro (game changer, killer feature)

Capybara Intro

👥 Friendly community

We have created a friendly community where you can ask questions and get help.

🔗 We have a clear use of ref system

If you change the ref id to your own in the settings, that's what it will be. Our script does not prevent you from doing this, unlike some public scripts.

🚀 Regular updates

We update the script according to changes in the game.

Settings Description
API_ID / API_HASH API credentials for Telegram API
PLAY_INTRO True/False playing intro on script start (DON'T YOU DARE TO TURN THIS OFF)
INITIAL_START_DELAY_SECONDS Delay range in seconds to use for a random delay when starting the session
ITERATION_SLEEP_MINUTES How long the script will wait before starting the next iteration of the script (claiming, adding stars and e.t.c)
USE_REF True/False the use of a referral to start the bot
REF_ID Referrer ID
SLEEP_AT_NIGHT True/False sleep at night
NIGHT_START_HOURS Start hours range of the night
NIGHT_END_HOURS End hours range of the night
ADDITIONAL_NIGHT_SLEEP_MINUTES Additional minutes range to sleep at night
CHECK_BOT_STATE True/False check bot state (is bot stopped by admins or not)
CLAIM_DUST True/False auto-claim dust

How to install 📚

Before you begin, make sure you have meet the requirements. It's really IMPORTANT, without these requiremenets, you can NOT install our script.

Obtaining API Keys

  1. Go to my.telegram.org and log in using your phone number.
  2. Select "API development tools" and fill out the form to register a new application.
  3. Record the API_ID and API_HASH provided after registering your application in the .env file.

Sometimes when creating a new application, it may display an error. It is still not clear what causes this, but you can try the solutions described on stackoverflow.

Linux manual installation

git clone https://github.com/YourLov3r/TinyVerseBot.git
cd TinyVerseBot
python3 -m venv .venv
source .venv/bin/activate
pip install poetry
poetry install --only main
cp .env-example .env
nano .env
# Specify your API_ID and API_HASH, the rest is taken by default
# To exit from nano press Ctrl + O (will prompt you to save, accept) and then Ctrl + X

Windows manual installation

git clone https://github.com/YourLov3r/TinyVerseBot.git
cd TinyVerseBot
python -m venv .venv
.venv\Scripts\activate
pip install poetry
poetry install --only main
copy .env-example .env
# Then open .env in any text editor and specify your API_ID and API_HASH, the rest is taken by default

Run the script

TinyVerse Intro

Using start.bat

You can run the script using start.bat script, just execute it.

Manually

Before running the script, you ALWAYS need to activate the virtual environment and check for updates.

# Linux
source .venv\bin\activate
# Windows
.venv\Scripts\activate

# Linux/Windows
git pull

To run the script, use python3 main.py on Linux or python main.py on Windows.

Also, you can use flag --action or -a to quickly run the script with specified action.

# Linux
python3 main.py --action [1/2]
# Windows
python main.py --action [1/2]

# Or

# Linux
python3 main.py -a [1/2]
# Windows
python main.py -a [1/2]

Where [1/2] is:

1 - Creates a session
2 - Run bot

So for example if you want to create a session, you can run this command:

# Linux
python3 main.py --action 1
# Windows
python main.py --action 1

# Or

# Linux
python3 main.py -a 1
# Windows
python main.py -a 1

Contacts

If you have any questions or suggestions, please feel free to contact us in comments.

Capybara Society Telegram Channel

About

Automated script for TinyVerse with claiming dust, passing proof-of-humanity checks and more

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published