node-insta-web-api
node-insta-web-api copied to clipboard
Simple, easy implementation of the Instagram private web API.
I use: const result = await client.addPost(path.join(__dirname,imagePath), caption); the image path is correct (i tried other ways too) but I get: Failed to post to Instagram: Error: Error: failed to...
Bumps [luxon](https://github.com/moment/luxon) from 1.25.0 to 1.28.1. Changelog Sourced from luxon's changelog. Changelog 3.2.0 (2022-12-29) Allow timeZone to be specified as an intl option Fix for diff's handling of end-of-month when...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Error: ``` /root/bot/node_modules/node-insta-web-api/lib/index.js:149 throw new Error(e) ^ Error: Error: Login Failed, Please Try Again Later. at Instagram.login (/root/bot/node_modules/node-insta-web-api/lib/index.js:149:19) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async main (/root/bot/ninsta.js:5:3) Node.js v19.1.0 ``` My source...
A `.DS_Store` file is specific temporary local file, generated by Mac OSX, containing specific settings for a local setup. It is common practice to prevent them from pushing into the...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
``` _sharedData: show post owner profile now. __additionalDataLoaded: real post info, eg : images etc ``` the method `_getMediaId` cann't get real mediaId.
how to use http/socks5 proxy?
make a feature to bypass instagram challenge login attempt
Bumps [tar](https://github.com/npm/node-tar) from 6.0.5 to 6.1.11. Commits e573aee 6.1.11 edb8e9a fix: perf regression on hot string munging path a9d9b05 chore(test): Avoid spurious failures packing node_modules/.cache 24b8bda fix(test): use posix path...