I already have a working Python pricing bot that talks to market.csgo.com. I need the same logic pointed at the Dota 2 marketplace instead. The job is straightforward: swap the existing endpoints for their equivalents in the https://market.dota2.net/docs-v2 API, adjust any parameter names that differ, and make sure the script still fetches current prices and outputs them exactly as before. No new features—just convert what’s there. Key points • Keep the current fetch-compare-notify flow intact. • Use the correct auth headers and rate limits specified in the Dota 2 docs. • Test against a few sample items so I can see matching results between the site and the script. Deliverable • A single Python file compatible with Python 3.x, clearly commented where the API calls were updated. Mention “Steam” in your bid so I know you read this. I expect this to be a quick task for anyone familiar with REST APIs and requests/urllib.