https://github.com/livexords-nw/spacerace-bot
Spacerace Automation
https://github.com/livexords-nw/spacerace-bot
airdrop linux python python3 spacerace spacerace-bot telegram telegram-bot termux windows
Last synced: about 1 month ago
JSON representation
Spacerace Automation
- Host: GitHub
- URL: https://github.com/livexords-nw/spacerace-bot
- Owner: livexords-nw
- License: mit
- Created: 2025-03-26T15:42:06.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-05-04T17:05:12.000Z (about 1 month ago)
- Last Synced: 2025-05-04T17:40:12.743Z (about 1 month ago)
- Topics: airdrop, linux, python, python3, spacerace, spacerace-bot, telegram, telegram-bot, termux, windows
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
Spacerace Bot
Boost your productivity with Spacerace Bot โ your friendly automation tool that handles key tasks with ease!---
## ๐ About the Bot
Spacerace Bot is your automation buddy designed to simplify daily operations. This bot takes over repetitive tasks so you can focus on what really matters. With Spacerace Bot, you get:
- **๐น๏ธ Auto Solve Mission:**
Automatically solve missions by reading your query file and submitting answers for you.
- **๐ Auto Open Lootbox:**
Automatically check for and open your available lootboxes to claim rewards.
- **Multi Account Support ๐ฅ:**
Manage multiple accounts effortlessly with built-in multi account support.
- **Thread System ๐งต:**
Run tasks concurrently with configurable threading options to improve overall performance and speed.
- **Configurable Delays โฑ๏ธ:**
Fine-tune delays between account switches and loop iterations to match your specific workflow needs.
- **Support Proxy ๐:**
Use HTTP/HTTPS proxies to enhance your multi-account setups.Spacerace Bot is built with flexibility and efficiency in mind โ it's here to help you automate your operations and boost your productivity!
---
## ๐ Version Updates
**Current Version: v1.0.3**
### v1.0.3 - Latest Update
* Added answers for mission 42
* Adjusted to the new Space Race API---
## ๐ Register
Before you start using Spacerace Bot, make sure to register your account.
Click the link below to get started:[๐ Register for Spacerace Bot](https://spacerace.entity.global/?referral=IEZYOMME)
---
## โ๏ธ Configuration
### Main Bot Configuration (`config.json`)
```json
{
"lootbox": true,
"mission": true,
"thread": 1,
"proxy": false,
"delay_account_switch": 10,
"delay_loop": 3000
}
```| **Setting** | **Description** | **Default Value** |
| ---------------------- | ---------------------------------------------- | ----------------- |
| `mission` | Enable auto mission solving functionality. | `true` |
| `lootbox` | Enable auto lootbox opening functionality. | `true` |
| `thread` | Number of threads to run concurrently. | `1` |
| `proxy` | Enable proxy usage for multi-account setups. | `false` |
| `delay_account_switch` | Delay (in seconds) between switching accounts. | `10` |
| `delay_loop` | Delay (in seconds) before the next loop. | `3000` |---
## ๐ Requirements
- **Minimum Python Version:** `Python 3.9+`
- **Required Libraries:**
- colorama
- requests
- fake-useragent
- brotli
- chardet
- urllib3These are installed automatically when running:
```bash
pip install -r requirements.txt
```---
## ๐ Installation Steps
### Main Bot Installation
1. **Clone the Repository**
```bash
git clone https://github.com/livexords-nw/spacerace-bot.git
```2. **Navigate to the Project Folder**
```bash
cd spacerace-bot
```3. **Install Dependencies**
```bash
pip install -r requirements.txt
```4. **Configure Your Query**
Create a file named `query.txt` with your query data in the following format:
**email|password**.5. **Set Up Proxy (Optional)**
To use a proxy, create a `proxy.txt` file and add proxies in the format:```
http://username:password@ip:port
```_Only HTTP and HTTPS proxies are supported._
6. **Run Bot**
```bash
python main.py
```---
### ๐น Want Free Proxies?
You can obtain free proxies from [Webshare.io](https://www.webshare.io/).
---
## ๐ Project Structure
```
spacerace-bot/
โโโ .github/
โ โโโ workflows/
โ โโโ ci.yml # GitHub Actions CI workflow for automated checks/deploys
โโโ config.json # Main configuration file for the bot
โโโ query.txt # Contains query data to be processed
โโโ proxy.txt # (Optional) Proxy list (HTTP/HTTPS) to use for multi-account support
โโโ query_answer.txt # List of answers for each mission question (e.g., Mission 1: A B C)
โโโ main.py # Main Python script (entry point of the bot)
โโโ requirements.txt # Python dependencies required to run the bot
โโโ LICENSE # License for the project
โโโ README.md # Documentation and feature list
```
---
## ๐ฅ Contributors:
- @raecheliana
- @voidd21
---## ๐ ๏ธ Contributing
This project is developed by **Livexords**.
If you have ideas, questions, or want to contribute, please join our Telegram group for discussions and updates.
For contribution guidelines, please consider:- **Code Style:** Follow standard Python coding conventions.
- **Pull Requests:** Test your changes before submitting a PR.
- **Feature Requests & Bugs:** Report and discuss via our Telegram group.---
## ๐ License
This project is licensed under the **MIT License**.
See the [LICENSE](LICENSE) file for more details.---
## ๐ Usage Example
After installation and configuration, simply run:
```bash
python main.py
```You should see output indicating the bot has started its operations. For further instructions or troubleshooting, please check our Telegram group or open an issue in the repository.
---
## ๐ฃ Community & Support
For support, updates, and feature requests, join our Telegram group.
This is the central hub for all discussions related to Spacerace Bot, including roadmap ideas and bug fixes.---