A tool that collects skin prices from various marketplaces.
Python and a few libraries are necessary to run the file. I will explain how to download the libraries later in the text.
- Python 3.8 or newer
- C++ compiler, this video tutorial can help
- Patience to actually read everything slowly
Click here to download or copy:
git clone https://github.com/cjxe/EZ-skin-price-aggregator
and right click on the terminal (cmd) to paste.
To do that:
- If you are on Windows, run
runmeWINDOWS.bat
. - If you are on Linux, paste
pip install -r requirements.txt
into the terminal.
After downloading Python 3.8< and the necessary libraries, run chrome_installer.py
once, then run main.py
and enter a search query in the following manner:
What to write | Category it searches in |
---|---|
st |
StatTrak™ and ★ StatTrak™ |
so |
Souvenir |
(nothing, just search without it) |
Normal and ★ |
It can be either one-worded or two-worded, the ultimate amazing brilliant (which is actually better than valve's) search engine knows how to detect the name of the weapon.
Some examples:
What you write | Machine will correct it to |
---|---|
ak 47 |
AK-47 |
ak-47 |
AK-47 |
ak47 |
AK-47 |
aK-47 |
AK-47 |
p 2000 |
P2000 |
p-2000 |
P2000 |
P2000 |
P2000 |
... |
Once again, it can be either one-worded or two-worded. The ultimate amazing brilliant (which is actually better than valve's) search engine knows how to detect the name of the skin.
Some examples:
What you write | Machine will correct it to |
---|---|
hyperbeast |
Hyper Beast |
hyper beast |
Hyper Beast |
HyPeR BeAsT |
Hyper Beast |
ultra violet |
Ultraviolet |
ultraviolet |
Ultraviolet |
ultravi |
Ultraviolet |
... |
What to write | Exterior |
---|---|
np |
Not Painted (aka Vanilla ) |
fn |
Factory New |
mw |
Minimal Wear |
ft |
Field-Tested |
ww |
Well-Worn |
bs |
Battle-Scarred |
YALLAH 🙏🙏🙏🙏🙏
Yes.
- Steam Community Market
- BitSkins
- ByNoGame
- BUFF
- CS.MONEY
- Skinport
- Pull knives from a database. (
data_scraper.py
) - Update weapons and skins when ran once. (
updater.py
) - Optimise the search function with the new json file. (
lookups.py
) - UI with Electron?..
- For bugs and requests please create a new issue here.
This app is licensed with GNU General Public License v3.0. Please let me know if you are going to use it commercially, thx.