Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctkqiang/shopee
Prototype Script for Scrappping infro from Shopee
https://github.com/ctkqiang/shopee
Last synced: 20 days ago
JSON representation
Prototype Script for Scrappping infro from Shopee
- Host: GitHub
- URL: https://github.com/ctkqiang/shopee
- Owner: ctkqiang
- Created: 2021-05-27T16:51:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-12T10:43:20.000Z (over 3 years ago)
- Last Synced: 2023-11-12T12:39:40.078Z (about 1 year ago)
- Language: Elixir
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopee
I developed this for fun just to scrape Shopee site
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `shopee` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:shopee, "~> 0.1.0"}
]
end
```