Releases: ScriptSmith/instamancer
Releases · ScriptSmith/instamancer
Version 3.3.1
Changelog
- Updated types
- Refactored exception handling behaviour
- Moved to puppeteer v3
- Refactored failed page construction behaviour
- Made full post gathering more robust
- Finishing reason now logged
- Moved from Travis to Gitlab for CI
- Updated dependencies
- aws-sdk
- fp-ts
- io-ts
- json2csv
- puppeteer
- tmp
- uuid
Version 3.3.0
Changelog
- Added
defaultPageFunctions
property - Added function that clicks "Show More Posts from" button on user profiles
- Updated types
- Updated dependencies
- aws-sdk
- chalk
- fp-ts
- io-ts
- json2csv
- uuid
- yargs
Version 3.2.0
Changelog
- Added uploading to s3 buckets
- Replaced
mkdirp
withfs.mkdir
- Updated types
- Updated dependencies
- axios
- fp-ts
- io-ts
- puppeteer
- uuid
Version 3.1.0
Changelog
- Add new
browserInstance
option. Thanks to @goooseman - Updated types
- Updated Puppeteer response types to use new
unknown
datatype - Updated dependencies
- await-lock
- chalk
- fp-ts
- io-ts
- yargs
Version 3.0.1
Changelog
- Update types
Version 3.0.0
Changelog
- Remove tagged functionality #31
- Change cli arguments and descriptions
- Reset body style every 10 seconds to avoid login prompt
- Add
sameBrowser
option - Add output to stdout
- Add manpage
- Fix getting only preloaded posts from endpoints with few posts
- Allow async plugins
- Select search element after waiting for it to appear
- Log page content when failing to make request
- Log console messages
- Increase failed jump threshold to 20
- Update API response types
- Update dependencies
- await-lock
- fp-ts
- json2csv
- puppeteer
- yargs
Version 2.3.0
Changelog
- Added scraping of users' tagged posts
- Added fact-checking type
- Updated dependencies
- await-lock
Version 2.2.1
Changelog
- Updated types
- Made
should_log_client_event
optional after it appears to have been removed from full posts - Added
GatingInfo
type
- Made
- Included post in validation error log
Version 2.2.0
Changelog
- Updated CLI structure and flags
- Allow plugins to have an internal state they can access
- Module is now silent by default
Version 2.1.1
Changelog
- Include plugins in package
- Add rimraf dev dependency