An easy Steam market bulk sell script written in Python 3.
It uses the geckodriver to interact with the Steam Market. The newest version of the the geckodriver can be found here. Just download the driver and place it in the root directory of the repository.
- Prerequisits:
- git installed
- For Windows users: git-scm
- For Linux users: please consult the package manager of you distro
- Python 3.11 installed
- For Windows users: python.org
- For Linux users: please consult the package manager of you distro
- Pipenv installed
- Install Pipenv following this instructions
- Clone this repository:
- open a bash (or git bash for Windows users)
- navigate to the folder where you want to install SteamBulkSell
- Paste and execute:
git clone https://github.com/Nerlant/SteamBulkSell.git
- Download geckodriver
- Download the geckodriver from here
- move the executable into the cloned repository
- Install dependencies
- open a bash (or git bash for Windows users)
- navigate to the folder where you want to install SteamBulkSell (cloned the repository)
- execute
pipenv install --ignore-pipfile
- Run script
- type
pipenv shell
to create a shell inside the venv - type
python steam_market_bulk_sell.py
to start the script
- Use the script
- Enter your steam username and password when prompted
- Wait for Firefox (geckodriver) to open and log you in
- Authenticate login when needed
- Wait until your inventory loads
- Select the type of item you want to sell (e.g. a CS:GO case)
- Enter the amount of items you want to sell
- Enter the amount of money you want to receive from each sold item
- Let the script do its job
- You may need to authenticate the sales in the Steam-App or by E-Mail