Skip to content

An easy Steam Market bulk sell script written in Python 3

License

Notifications You must be signed in to change notification settings

Nerlant/SteamBulkSell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steam Bulk Sell

An easy Steam market bulk sell script written in Python 3.

Short Usage Instructions

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.

Long Usage Instructions

  1. 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
  1. 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
  1. Download geckodriver
  • Download the geckodriver from here
  • move the executable into the cloned repository
  1. 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
  1. Run script
  • type pipenv shell to create a shell inside the venv
  • type python steam_market_bulk_sell.py to start the script
  1. 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

About

An easy Steam Market bulk sell script written in Python 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages