{"id":23383089,"url":"https://github.com/intellltech/steam-scraping-application","last_synced_at":"2025-04-08T09:30:11.945Z","repository":{"id":267606416,"uuid":"901750492","full_name":"intellltech/steam-scraping-application","owner":"intellltech","description":"Info of Items Sellers Scraping app","archived":false,"fork":false,"pushed_at":"2024-12-11T10:07:39.000Z","size":2420,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T06:35:50.059Z","etag":null,"topics":["django","flask","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/intellltech.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":"2024-12-11T08:46:29.000Z","updated_at":"2024-12-11T10:27:00.000Z","dependencies_parsed_at":"2024-12-11T10:37:00.992Z","dependency_job_id":"cf709619-d77b-4783-9066-a2218714010b","html_url":"https://github.com/intellltech/steam-scraping-application","commit_stats":null,"previous_names":["intellltech/steam-scrapping-application"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intellltech%2Fsteam-scraping-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intellltech%2Fsteam-scraping-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intellltech%2Fsteam-scraping-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intellltech%2Fsteam-scraping-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/intellltech","download_url":"https://codeload.github.com/intellltech/steam-scraping-application/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247812979,"owners_count":21000406,"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","flask","postgresql-database","python","scraping","web-application"],"created_at":"2024-12-21T22:17:10.015Z","updated_at":"2025-04-08T09:30:11.861Z","avatar_url":"https://github.com/intellltech.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%2Fintellltech%2Fsteam-scraping-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintellltech%2Fsteam-scraping-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintellltech%2Fsteam-scraping-application/lists"}