Socket
Socket
Sign inDemoInstall

tools-for-instagram

Package Overview
Dependencies
204
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.3 to 1.3.4

bots/liveStream.js

14

experiments.js

@@ -6,19 +6,9 @@

console.log("\n1 -- LOGIN --\n".bold.underline);
console.log("\n -- TESTING --\n".bold.underline);
let ig = await login();
let likers = await getRecentPostLikersByUsername(ig, 'instagram');
console.log(likers.length);
console.log(likers[likers.length-1]);
console.log("\nProcess done!\n".green);
})();
{
"name": "tools-for-instagram",
"version": "1.3.3",
"version": "1.3.4",
"description": "Tools for instagram",

@@ -5,0 +5,0 @@ "main": "src/tools-for-instagram.js",

@@ -91,2 +91,3 @@ # Tools-for-Instagram

- [x] View Stories from User Following
- [x] Live Streaming
- [ ] Postprocessing of scrape list (detect faces, language, business accounts)

@@ -297,4 +298,4 @@

#### getUserRecentPosts(ig, username)
#### requestLivestream(ig)

@@ -42,4 +42,5 @@ function toolsForInstagram() {

global.getRecentPostLikersByUsername = require('./getRecentPostLikersByUsername.js');
global.requestLivestream = require('./requestLivestream.js');
}
module.exports = toolsForInstagram();
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc