haunt98 / linescraper

linescraper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linescraper

GitHub Super-Linter

For research purpose only.

Require

Guide

Example with Peach Cat 4(JPN).

URL is https://store.line.me/stickershop/product/8941816/en so the ID is 8941816.

Download sticker as zip:

python main.py 8941816

Development

Use venv:

python3 -m venv venv
source ./venv/bin/activate

Install requests, black, isort:

python3 -m pip install requests black isort

After editing, formatting source codes:

black .
isort .

About

linescraper

License:MIT License


Languages

Language:Python 100.0%