doubleplusc / Line-sticker-downloader

89 stars 26 forks source link

Add command line arguments: argv[1] for id, argv[2] for sticker type … #3

Closed leledumbo closed 7 years ago

leledumbo commented 7 years ago

…to download

Batch download is now possible using terminal's scripting feature:

for id in 1 2 3; do python sticker_dl.py $id both; done
doubleplusc commented 7 years ago

Thanks for your addition :)