Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

instacreatorapi

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

instacreatorapi

A Python module based on api to create Instagram Accounts

  • 0.0.2
  • PyPI
  • Socket score

Maintainers
1

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

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc