1.0.0 • Published 5 months ago

instagram-automation v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Instagram Automation

A package to automate Instagram interactions.

Features

  1. Follow/Unfollow users
  2. Like/Unlike posts
  3. Comment on posts
  4. Send direct messages
  5. Get user information
  6. Get post information
  7. Upload photos and videos
  8. Block/Unblock users

Installation

npm install instagram-automation

Usage

const InstagramAutomation = require('instagram-automation');

const insta = new InstagramAutomation('your_username', 'your_password');

// Example usage
insta.followUser ('user_id');
1.0.0

5 months ago