New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Item pricing #8
Comments
Complete python guide for market scrapping: |
Might be needed to store the prices localy in a "proper" database instead of simply in chrome.storage.local https://developers.google.com/web/ilt/pwa/working-with-indexeddb |
The price scraping script is about finished in terms of functionality. |
The Lambda function is set to run every night and update: |
Added pricing provider info as enums - these will be used in the options menu. |
The latest exchange rates the extension will use are available at: |
4706bcd |
I added a prices page here: https://csgotrader.app/prices |
The average market prices from csgobackpack are not always reliable.
As usual, if there are throttling issues from Steam's side it could get much more complicated... |
It needs SIH or navigating to at least to the 4th page to trigger the full inventory's loading. |
Comment to possible own market prices scraping implementation: |
Prices on items in inventories and trade offers.
Ideas:
The text was updated successfully, but these errors were encountered: