Giter VIP home page Giter VIP logo

ig_api's Introduction

ig_api

instagram 1.97 / ios api wrapper

After 2 yrs of experience in instagram automation, i am putting my code, that i used open source. This is a basic api wrapper i used for automation. In the examples section you'll find a production ready bot-handler, that will handle unlimited bots. We had upto 200 accounts running on one instance. To use the scripts properly you'll have to get a proper accounts setup. While I could write a whole book about the right account setup here are a few tips.

  1. Good proxy (never use more than five accounts on one proxy except if the proxy is really good)
  2. Last location of login has to match the proxies location
  3. Phone-Id, Phone have to be ideally the same, also the App-Version has to match
  4. Do some manual actions, to build up your trust-score, which is connected to your device-id

In the ideal case you fulfill all 4 requirements. In that case, the risk of getting your account banned is low (if you do not do crazy things - like 2000 messages/day)

How to use:

install the package:

python3 setup.py install

create a new python file and send a message to a specific user.

api = ig_api("username", "password", "proxy")
api.startup_app()
api.send_message_to_username("username", "text")

Example

In the examples folder you'll find our setup we ran with over 200 accounts. To test this you'll have to login the accounts first. You'll have to create sessions, that can later be used by the bot_handler.py. To login accounts, you'll have to write the account information into the accounts.txt. I will go into further detail about this, since i requires much more experience to run a bigger instance.

ig_api's People

Contributors

crylonblue avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.