Automate tasks in Terminal Station for improved efficiency and results!
This bot is designed to automate various tasks on Terminal Station, such as:
- Harvesting
- Completing Quests
- Coin Flip Game
- Account Switching
With this bot, you can save time and achieve optimal results without manual intervention.
- Bug Fixes: Resolved issues in the Flipper Game to improve functionality and stability.
# and start using Terminal Station via the link below:
Function | Description | Default |
---|---|---|
harvest |
Automatically harvest rewards | true |
quest |
Complete quests automatically | true |
game_coin_flip |
Play the coin flip game automatically | true |
delay_loop |
Delay before repeating the loop (in milliseconds) | 3000 |
delay_account_switch |
Delay before switching accounts (in seconds) | 10 |
-
Clone the Repository
Clone this project to your local machine:git clone https://github.com/your-repository/terminal-station-bot.git
-
Navigate to the Project Directory
Change your terminal directory to the project folder:cd terminal-station-bot
-
Install Dependencies
Make sure all required libraries are installed:pip install -r requirements.txt
-
Configure Query
Input your Terminal Station cookie into thequery.txt
file. -
Run the Bot
Execute the bot with the following command:python main.py
- Auto Harvest: Harvest rewards automatically.
- Auto Quest Completion: Complete quests with no manual effort.
- Auto Coin Flip Game: Participate in the coin flip game automatically.
- Auto Account Switch: Switch between accounts automatically.
This project is developed by LIVEXORDS. If you have any suggestions or would like to contribute, reach out to us via the link below:
Please input your Terminal Station cookie into the query.txt
file.
Note: You need to update the cookie frequently as it is only a token that may expire.
Follow these steps to obtain your cookie for query.txt
:
- Right-click on the Terminal Station page and select Inspect.
- Go to the Network tab.
- Look for an API with the link
https://app.0xterminal.game/api/statistic/user
. - Scroll down and find the cookie variable, then copy it.
- Paste the cookie into the
query.txt
file.