{"id":25480017,"url":"https://github.com/0xinteltech/steam-scraping-application","last_synced_at":"2026-04-30T19:32:20.787Z","repository":{"id":277044949,"uuid":"931166291","full_name":"0xIntelTech/steam-scraping-application","owner":"0xIntelTech","description":"Info of Items Sellers Scraping app","archived":false,"fork":false,"pushed_at":"2025-02-11T20:30:26.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T20:49:45.460Z","etag":null,"topics":["django","postgresql-database","python","scraping","web-application"],"latest_commit_sha":null,"homepage":"https://steamcommunity.com/market/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xIntelTech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-11T20:29:00.000Z","updated_at":"2025-02-11T20:32:14.000Z","dependencies_parsed_at":"2025-02-13T20:45:59.145Z","dependency_job_id":null,"html_url":"https://github.com/0xIntelTech/steam-scraping-application","commit_stats":null,"previous_names":["0xinteltech/steam-scraping-application"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xIntelTech%2Fsteam-scraping-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xIntelTech%2Fsteam-scraping-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xIntelTech%2Fsteam-scraping-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xIntelTech%2Fsteam-scraping-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xIntelTech","download_url":"https://codeload.github.com/0xIntelTech/steam-scraping-application/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239495727,"owners_count":19648365,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","postgresql-database","python","scraping","web-application"],"created_at":"2025-02-18T15:26:55.705Z","updated_at":"2025-11-06T15:30:35.792Z","avatar_url":"https://github.com/0xIntelTech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Item Seller Info from [Steam Market](https://steamcommunity.com/market/) Scraping app\n![Banner](https://github.com/intellltech/steam-scraping-application/blob/main/figures/a.png)\n\n### requirements\n - Python 3\n - PostgreSQL + 150GB SSD Storage\n\n#### create tables and indexes in psql\n```sql\nCREATE TABLE listings(\n    id SERIAL PRIMARY KEY,\n    item_name VARCHAR(200),\n    time timestamp,\n    price int,\n    owner_name VARCHAR(200),\n    owner_avatar VARCHAR(200),\n    profile_link VARCHAR(200),\n    CONSTRAINT owner_item_constraint UNIQUE(owner_name, item_name, price, profile_link)\n);\n\nCREATE INDEX ON listings(owner_name);\nCREATE INDEX ON listings(item_name);\nCREATE INDEX ON listings(price);\nCREATE INDEX ON listings(profile_link);\n```\n\n#### populate database with users\nset API_KEY environment variable, edit steamid range if necessary and run `databaseupdater.py`\n\n#### collect listings from steam\nrun `listingcollector.py`. it takes items from `listings.json`. you can re-generate dictionary with \n`helpers.collect_item_urls` and `helpers.parse_id`\n\n#### web-server\nflask code is contained in `app.py` \n\n## Help 📮\n- Discord: @intellltech\n- Telegram: @intellltech","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xinteltech%2Fsteam-scraping-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xinteltech%2Fsteam-scraping-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xinteltech%2Fsteam-scraping-application/lists"}