venom-insta

1.0.0 • Public • Published

🕷Venom Insta🕸

enter image description here

Venom is a high-performance system developed in JavaScript to create a bot for Instagram, support for creating posts, comments, liked posts, follow, unfollow and all types of design architecture for Instagram.

🕷🕷 Functions Venom🕷🕷

Automatic Login
Get Post, Commets, Media, Likes and Profile
Search for keywords and Hashtag
Register Automatic
🕸🕸 and much more

Installation

> npm i --save venom-insta

Getting started

 
const venom = require('venom-insta');
 
(async () => {
 
const insta = await venom.launchBot({ headless: true });
 
// login
await insta.login("[your-username]", "[your-password]");
 
.....
 
})();
After executing launchBot() function, venom will create an instance of Instagram web.

Optional create parameters

Venom launchBot() method third parameter can have the following optional parameters:

insta.launchBot({
  headless: true, // Headless chrome
});

Maintainers

Maintainers are needed, I cannot keep with all the updates by myself. If you are interested please open a Pull Request.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i venom-insta

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    33.5 kB

    Total Files

    6

    Last publish

    Collaborators

    • s2clcik