{"id":24332435,"url":"https://github.com/mtgsoftworks/scrapy-project","last_synced_at":"2026-04-18T16:36:18.593Z","repository":{"id":218582670,"uuid":"746830883","full_name":"mtgsoftworks/Scrapy-Project","owner":"mtgsoftworks","description":"Web Site Data Extraction","archived":false,"fork":false,"pushed_at":"2024-04-20T19:23:05.000Z","size":169,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T02:19:15.403Z","etag":null,"topics":["json","python3","requests","selectorlib"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mtgsoftworks.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}},"created_at":"2024-01-22T18:58:21.000Z","updated_at":"2024-11-04T21:43:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"096eb825-973e-48cd-9773-bc9cc808352c","html_url":"https://github.com/mtgsoftworks/Scrapy-Project","commit_stats":null,"previous_names":["mtgsoftworks/scrapy-project"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtgsoftworks%2FScrapy-Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtgsoftworks%2FScrapy-Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtgsoftworks%2FScrapy-Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtgsoftworks%2FScrapy-Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mtgsoftworks","download_url":"https://codeload.github.com/mtgsoftworks/Scrapy-Project/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243033853,"owners_count":20225245,"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":["json","python3","requests","selectorlib"],"created_at":"2025-01-18T02:19:22.941Z","updated_at":"2026-04-18T16:36:18.585Z","avatar_url":"https://github.com/mtgsoftworks.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scrapy-Project\n\n- Extract all products from www.petlebi.com and create a JSON file.\nThe desired attributes for the products are shown in the second line.\nIf there are any attributes you cannot access, you can leave them\nblank in the JSON file.\n- product URL, product name, product barcode, product price,\nproduct stock, product images, description, sku, category, product\nID, brand\n- Code with 'python' while doing this 'web scraping' process. (Library\nto use: https://scrapy.org/)\n- Write the JSON data you created to a table named 'petlebi' in a\nMySQL database. Again, do this step with Python.\nAs a result, here are the files expected in your solution;\n- petlebi_scrapy.py (the py file you will write for web scraping) —\nwhen we run it, the data should be written to JSON\n- petlebi_products.json (data obtained as JSON) — We should be\nable to see the data we print here in a Text Editor.\n- import_products.py (PY file that writes from the JSON file to the\npetlebi table in the MySQL database) - When we run it, the data in\nJSON is written to the database.\n- petlebi_create.sql (sql output that creates the petlebi table, hint:\nSQL file containing sql data starting with the CREATE statement) —\nWhen we run this, we should be able to create a table as 'petlebi' in\nthe database\n- petlebi_insert.sql (containing the SQL INSERT statements) — When\nwe run this, we should be able to INSERT data into the table 'petlebi'\nwhere created in the previous step.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtgsoftworks%2Fscrapy-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmtgsoftworks%2Fscrapy-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtgsoftworks%2Fscrapy-project/lists"}