Skip to main content

A Python module based on api to create Instagram Accounts

Project description

Instagram Account Creator Api

forthebadge made-with-python
Python 3.6

Contact me @god_x_gamer

pip install instacreatorapi

Functionality of the Api

  • Can Create Account Without Blocked By Instagram
  • Multi-Threading Supported
  • Proxy Supported
  • Automatically Generate Human Like Username
  • Can Create Account In 2 simple step
  • Detect suspended Accounts Also

Usage

  • Make sure you have Python installed in your system.
  • Run Following command in the CMD.
 pip install instacreatorapi

Example

# test.py
from instacreatorapi import send_sms,create_acc

proc = "username:password@host:port"  
num = "91xxxxxxxxxx"
apikey='xxxxxx'  #" free key - gamer "
send=send_sms(number=num,proxy=proc,apikey=apikey)
if "securetoken" in send:
   securetoken=r['message']['securetoken']
else:
   print(send)
   
otp='xxxx' # your otp 
create=create_acc(securetoken=securetoken,apikey=apikey,proxy=proc,otp=otp#)
print(create)

Run the following Script.

 python test.py

Note

  • I have tried to implement all the functionality, it might have some bugs also.
  • Report Bugs @god_x_gamer (telegram)

If You Have Any Problems Or Want To Try My Api Contact Me On Telegram

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

instacreatorapi-0.0.2.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

instacreatorapi-0.0.2-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page