1.0.0 • Published 5 months ago
instagram-automation v1.0.0
Instagram Automation
A package to automate Instagram interactions.
Features
- Follow/Unfollow users
- Like/Unlike posts
- Comment on posts
- Send direct messages
- Get user information
- Get post information
- Upload photos and videos
- 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