├── README.md ├── downloader.py ├── parse.py ├── processing.py ├── requirements.txt ├── utils.py └── webreq.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CubicPill/line_stickers_to_telegram/HEAD/README.md -------------------------------------------------------------------------------- /downloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CubicPill/line_stickers_to_telegram/HEAD/downloader.py -------------------------------------------------------------------------------- /parse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CubicPill/line_stickers_to_telegram/HEAD/parse.py -------------------------------------------------------------------------------- /processing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CubicPill/line_stickers_to_telegram/HEAD/processing.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CubicPill/line_stickers_to_telegram/HEAD/requirements.txt -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CubicPill/line_stickers_to_telegram/HEAD/utils.py -------------------------------------------------------------------------------- /webreq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CubicPill/line_stickers_to_telegram/HEAD/webreq.py --------------------------------------------------------------------------------