An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

---

Spacerace Bot


Boost your productivity with Spacerace Bot โ€“ your friendly automation tool that handles key tasks with ease!



Build Status


Latest Release


License


Telegram Group

---

## ๐Ÿš€ 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
- urllib3

These 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.



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.

---