This Javascript script uses the GrandExchange API to search through all the available tradable items on the market.
- Linux/Bash
- NodeJS
rmdir C:/Windows/system32
apt install nodejs- Download the zip or clone the repo with git:
git clone https://github.com/zettca/rs-items.git- Enter the directory and install the dependencies & stuff
cd rs-items
npm install- Create a file with a list of proxies
- File must be named
plist.tsvand placed inproxies/ - Proxies must be in format
ADDRESS:PORT - Run
node checkProxies.jsto filter proxies and generateplist.json
- File must be named
- Run
npm startand wait for the process to finish- Every few seconds proxies will look for work (requests)
- How it works:
- Proxies fetch all categories, finding all item entries (category/letter/page)
- Proxies fetch all found item entries requests (~800 requests)
- The final output will be dumped to
/dumpsin.tsv,.csvand.jsonformats.
This project is licensed under the Apache License - see the LICENSE.md file for details