instacreatorapi


Nameinstacreatorapi JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/godxgamer/Igcreatorapi
SummaryA Python module based on api to create Instagram Accounts
upload_time2023-09-12 19:52:19
maintainer
docs_urlNone
authorgod_x_gamer
requires_python>=3.6
license
keywords instagram instacreatorapi instagram account creatoraccount creator instagram api instagrapi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Instagram Account Creator Api

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)                 
[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)   

[Contact me @god_x_gamer](https://telegram.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)](https://telegram.me/@god_x_gamer)

## If You Have Any Problems Or Want To Try My Api Contact Me On Telegram
- [Telegram Channel @gxtools](https://telegram.me/@gxtools)
- [Contact me @god_x_gamer](https://telegram.me/@god_x_gamer)




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/godxgamer/Igcreatorapi",
    "name": "instacreatorapi",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "instagram,instacreatorapi,instagram account creatoraccount creator,instagram api,instagrapi",
    "author": "god_x_gamer",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/f9/ab/3159231078d5166a3c1b1f4692499514c1c919063925551af3699eabdfc6/instacreatorapi-0.0.2.tar.gz",
    "platform": null,
    "description": "# Instagram Account Creator Api\r\n\r\n[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)                 \r\n[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)   \r\n\r\n[Contact me @god_x_gamer](https://telegram.me/@god_x_gamer)\r\n\r\n\r\n## pip install instacreatorapi\r\n\r\n## Functionality of the Api\r\n\r\n- Can Create Account Without Blocked By Instagram\r\n- Multi-Threading Supported\r\n- Proxy Supported\r\n- Automatically Generate Human Like Username\r\n- Can Create Account In 2 simple step\r\n- Detect suspended Accounts Also\r\n\r\n## Usage\r\n\r\n- Make sure you have Python installed in your system.\r\n- Run Following command in the CMD.\r\n ```\r\n  pip install instacreatorapi\r\n  ```\r\n## Example\r\n\r\n ```\r\n# test.py\r\nfrom instacreatorapi import send_sms,create_acc\r\n\r\nproc = \"username:password@host:port\"  \r\nnum = \"91xxxxxxxxxx\"\r\napikey='xxxxxx'  #\" free key - gamer \"\r\nsend=send_sms(number=num,proxy=proc,apikey=apikey)\r\nif \"securetoken\" in send:\r\n    securetoken=r['message']['securetoken']\r\nelse:\r\n    print(send)\r\n    \r\notp='xxxx' # your otp \r\ncreate=create_acc(securetoken=securetoken,apikey=apikey,proxy=proc,otp=otp#)\r\nprint(create)\r\n  ```\r\n\r\n## Run the following Script.\r\n ```\r\n  python test.py\r\n ```\r\n\r\n\r\n## Note \r\n- I have tried to implement all the functionality, it might have some bugs also.\r\n- Report Bugs [@god_x_gamer (telegram)](https://telegram.me/@god_x_gamer)\r\n\r\n## If You Have Any Problems Or Want To Try My Api Contact Me On Telegram\r\n- [Telegram Channel @gxtools](https://telegram.me/@gxtools)\r\n- [Contact me @god_x_gamer](https://telegram.me/@god_x_gamer)\r\n\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A Python module based on api to create Instagram Accounts",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/godxgamer/Igcreatorapi"
    },
    "split_keywords": [
        "instagram",
        "instacreatorapi",
        "instagram account creatoraccount creator",
        "instagram api",
        "instagrapi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80f5da23a075868903e95a0eb24a1b9e55bb0651b5f319ce9a7ae45b8de5b74a",
                "md5": "d79a75eef47699c78350769639156f3c",
                "sha256": "7f956f9b4472a7527c012e7dd5dcf2394a54381796e347f7a04e13f5b7d97a4a"
            },
            "downloads": -1,
            "filename": "instacreatorapi-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d79a75eef47699c78350769639156f3c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3409,
            "upload_time": "2023-09-12T19:52:17",
            "upload_time_iso_8601": "2023-09-12T19:52:17.467370Z",
            "url": "https://files.pythonhosted.org/packages/80/f5/da23a075868903e95a0eb24a1b9e55bb0651b5f319ce9a7ae45b8de5b74a/instacreatorapi-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f9ab3159231078d5166a3c1b1f4692499514c1c919063925551af3699eabdfc6",
                "md5": "f4604bc64ff294d25810c4d5616d7fed",
                "sha256": "ac36e5d27779cffd2378e94f30b375cfeae1b1a56597fb0155b7ee358ec9a250"
            },
            "downloads": -1,
            "filename": "instacreatorapi-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "f4604bc64ff294d25810c4d5616d7fed",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3312,
            "upload_time": "2023-09-12T19:52:19",
            "upload_time_iso_8601": "2023-09-12T19:52:19.277197Z",
            "url": "https://files.pythonhosted.org/packages/f9/ab/3159231078d5166a3c1b1f4692499514c1c919063925551af3699eabdfc6/instacreatorapi-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-12 19:52:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "godxgamer",
    "github_project": "Igcreatorapi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "instacreatorapi"
}
        
Elapsed time: 0.10908s