# tokoever **Repository Path**: mirrors_alvations/tokoever ## Basic Information - **Project Name**: tokoever - **Description**: Scraping tokopedia products using scrapy - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # scraptop Scraping tokopedia products using scrapy #HOW TO INSTALL setup your virtualenv ``` git clone https://github.com/xhijack/scraptop pip install - requirement.txt ``` #HOW TO RUN ``` cd scraptop ``` ``` scrapy crawl tokopedia -a keyword=iphone ``` ## Changes Log ## [0.1.0] - 2016-01-16 ### Added - First initial - Setup Scrapy - Define items #NEXT TODO - Paging - store to database