jcardama / csgo-market-sniper

Bot that monitors desirable skins and will automatically buy them
GNU General Public License v3.0
20 stars 3 forks source link

CS:GO Market sniper

alt text alt text alt text


This bot is dedicated to monitoring and purchasing selected weapon skins.

Please note: The bot is currently compatible only with Chromium-based browsers. Ensure that you install and run the bot on a suitable platform.

While the bot is optimized for weapon skins, it's important to note that it does not currently support stickers and cases. Future updates may address these limitations.

If you encounter any bugs or issues, please open a ticket in the 'Issues' section and they will be addressed promptly.

Getting Started

These instructions will guide you through the process of setting up and running the bot.

  1. Install Python: The bot is written in Python. If you don't have Python installed on your system, you can download and install it from the official website.
  2. Clone the repository: Clone this repository to your local machine using git clone https://github.com/jcardama/csgo-market-sniper.git.
  3. Install dependencies: Navigate into the cloned repository and run pip install -r settings/requirements.txt to install the necessary dependencies.
  4. Modify the configuration file: Update the settings/config.yaml file to specify the skins you want the bot to monitor and your proxy settings. Refer to the Configuration section for a detailed explanation.
  5. Run the bot: Finally, run the bot using the command python csgo-market-sniper.py.
  6. Post-launch instructions: Once the bot has started, you will need to manually log in to your Steam account. After logging in, the bot will start automatically. The bot will then begin to monitor the specified skins and attempt to purchase them according to the criteria specified in the config.yaml file.

Configuration

Your settings/config.yaml file should look something like this:

retry_after_server_error: true
retry_after_too_many_requests: true
timeouts: 
  per_skin: 2
  per_page: 2
  after_server_error: 10
  after_too_many_requests: 60
proxy_url:
skins:
  - url: https://steamcommunity.com/market/listings/730/StatTrak%E2%84%A2%20SG%20553%20%7C%20Cyberforce%20%28Field-Tested%29
    float:
    price:
    pages: 5
    pattern:
    sort_by_float: asc

Network Errors

The bot is capable of handling certain network errors and retrying requests as necessary. You have two options:

Note: The network errors handled are related to the skin url, other requests that result in an error are going to be ignored.

Timeouts

The timeouts section is used to control the delay before certain actions, preventing the bot from making too many requests in a short period of time. You have several options:

Note: Timeout parameters are optional. If not provided, the bot will use default values.

Proxy

The proxy_url is where you can specify a proxy server that the bot will use for its requests. This might be necessary if you are running many instances of the bot, if your IP has been blocked by the Steam market, or if you need to appear to be in a different geographic location. The format for this setting is username:password@ip:port. If you're not using a proxy, you can leave this setting empty.

For example, if you're using a proxy server at IP address 192.0.2.0, port 1080, and it requires the username myuser and the password mypassword for authentication, you would set proxy_url: myuser:mypassword@192.0.2.0:1080.

Here are some popular proxy service providers you might consider:

Skins

The skins section is where you specify the skins you want the bot to monitor. For each skin, you have several options:

Planned

Feedback and Support

If you encounter any issues or have any suggestions for improving the bot, please open an issue in the GitHub repository. Your feedback is valuable and helps to enhance the bot for better functionality and user experience.

Disclaimer

This bot is designed to automate the process of purchasing skins on the CS:GO market. Please use it responsibly and at your own risk. The author is not responsible for any actions you undertake using this bot.

License

This project is licensed under the GNU General Public License - see the LICENSE.md file for details.