Skip to content
forked from mbtech1177/web

Yes, we moved Instabot to the browser. No coding skills needed!

License

Notifications You must be signed in to change notification settings

Shinoby1992/web

 
 

Repository files navigation

Instagrambot Web Instagrambot Gif


Automate your Instagram with your browser!

Yes, we moved Instabot to the browser. No coding skills needed!

Download

Features

  • Like posts by hashtag
  • Like posts by user
  • Follow users' followers
  • Follow users' followings
  • Follow users' who posted to hashtag
  • Follow likers of a hashtag or a user
  • Comment medias by hashtag
  • Download users' followers and stories
  • Stop any task at any moment – results will still be available
  • ... And many more are coming! Drop us a line into Telegram

Minimal Requirements

While we are in early alpha version, to use our service you should fit these requirements:

  1. Update Google Chrome browser
  2. Install Extension
  3. Disable 2FA on your Instagram account
  4. Don't close the website while it doing his job. If you close tab - everything would stop.

How to start automating your Instagram

  1. Install and update your Google Chrome browser
  2. Install our extension from the Official store
  3. Press our pink icon and login with your Instagram account

Developer mode

4. Open https://instagrambot.github.io/web/ 5. Enjoy!

Tasks

Task is a collection of the requests, for example, a series of likes sent to user media. There are few types of tasks, some are listed above in the "Features" section: like by hashtag, like user's media, follow followers etc. Tasks are added to the queue.

When one task is added to the queue, you can't run any new tasks.

This is intentional: we automatically make big pauses between all the requests so that we don't flood the API. If you want to run a new task, stop current, wait until it unwinds, and then continue.

During the work, task prints all the relevant information to the log. If one of the requests fail, task will continue to progress, and you can see an error and it's description in the log.

If you were downloading something, the previous and the following results should be saved OK

If some error happens and all the requests fail, you can stop the task manually. You'll need to wait until it will unwind to it's end, though. However, don't worry, the data you've already downloaded should be safe and sound.

If you feel the need for some custom task, you can drop us a feature request into Issues, Telegram or contribute here: build custom task (Javascript).

Updating the extension

While we are in early alpha version (again, sorry), please keep our Extension updated. Your browser should update it automatically. You can update it manually:

  1. Go to chrome://extensions
  2. Press update button on the top

Developer mode

Troubleshooting

If you passed all steps in Installation guide and you sure that you satisfied all conditions but something went wrong, please try to handle the issue by yourself. Just follow this 'reset' steps:

  1. Restart the browser
  2. Check for extension updates on chrome://extensions
  3. Logout and login again in the extension
  4. Delete extension and reinstall it

If it still fails, please follow the guide to provide us with all data we may need to fix this. Send all screenshots to GitHub Issues. Thanks!

For developers Only

If you want to code some features to the website, you can clone the repo and:

Build Chrome Extension Manually

npm i
npm run build

Add built Extension to Google Chrome

  1. Build extension manually
  2. Open chrome://extensions in Chrome
  3. If not enabled, enable Developer mode on the right side:

Developer mode

4. Choose `Load unpacked` and point Chrome to the `chrome-ext` dir in this repo.

Load unpacked button


authors: @caffeinum, @ohld.

Buy Me A Coffee

About

Yes, we moved Instabot to the browser. No coding skills needed!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 55.3%
  • JavaScript 40.7%
  • HTML 4.0%