Crawler for shopee
Project description
Shopee-crawler
This is a crawl tool.
Requirement
python>=3.7
Install
- Using
setup.py
git clone https://github.com/lthoangg/shopee-crawler
python/python3 setup.py install
- Using
pip
pip install shopee-crawler
How to use
- Crawl by shop url
from shopee_crawler import crawl_by_shop_url
data = crawl_by_shop_url(shop_url='shop_url')
# print(data)
- Crawl by category url
from shopee_crawler import crawl_by_cat_url
data = crawl_by_cat_url(cat_url='cat_url')
# print(data)
- Crawl by keyword (search)
from shopee_crawler import crawl_by_search
data = crawl_by_search(keyword='keyword')
# print(data)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
shopee_crawler-0.1.2.tar.gz
(4.5 kB
view details)
Built Distribution
File details
Details for the file shopee_crawler-0.1.2.tar.gz
.
File metadata
- Download URL: shopee_crawler-0.1.2.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32a6a3ab902049a364e102d1967772406ec888c47af0a69b1aa4f0b98f5e9c43 |
|
MD5 | 31247a41e15a80e66f253cafa860e272 |
|
BLAKE2b-256 | 0217252e21f819aeeaa046bfc938dd179bee19e537bceeaca4edc7a2992b176a |
File details
Details for the file shopee_crawler-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: shopee_crawler-0.1.2-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f667bc572054fc8e05a270c67e771baf3c3d4568ea4dca70731d43fcd2881430 |
|
MD5 | 34fba7381546f5de0bc3fe5af4813f8d |
|
BLAKE2b-256 | 0943c895b922fa3777fef95310ffdc1944545c8ff08c4453f6511d20b2e7fa0b |