Version 0.1.4
- cmd:scrape-from-file renamed
scrapetoscrape-from-file, See moresapi scrape-from-file --help - cmd:scrape-from-sheet added
scrape-from-sheetto scrape from a input sheet - Misc changes
Version 0.1.3
- --version fixed version checking logic
- cmd:scrape Added a basic progressbar
- cmd:export Added a basic progressbar
- added alias
sapi(default:screenapi-cli)
Version 0.1.3b0
- cmd:scraper: If any kind of exception occurs during the post request, print the error details and exit
- cmd:list Renamed
listtoconfig. - Added some try...except blocks
Version 0.1.3a0
- cmd:scraper: Fixed Typo
Version 0.1.2
- cmd:scrape: Renamed
--concurrencyoption to--max-workersfor better clarity. (1f1cf30)
- cmd:export: Fixed issue where serial number counting started from 0. (1f1cf30)
- Update: Switched from
asyncio.gathertoconcurrent.futures.Threadpool. This may affect speed (1f1cf30)