aiograpi


Nameaiograpi JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/subzeroid/aiograpi
SummaryAsynchronous Instagram Private API wrapper
upload_time2024-04-13 15:16:41
maintainerNone
docs_urlNone
authorMr.Robot
requires_python>=3.10
licenseMIT
keywords instagram private api instagram-private-api instagram api instagram-api instagram instagram-scraper instagram-client instagram-stories instagram-feed instagram-reels instagram-insights downloader uploader videos photos albums igtv reels stories pictures instagram-user-photos instagram-photos instagram-metadata instagram-downloader instagram-uploader instagram-note
VCS
bugtrack_url
requirements httpx orjson pydantic moviepy pycryptodomex zstandard
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Asynchronous Instagram Private API wrapper.

Use the most recent version of the API from Instagram.

Features:

1. Performs Public API (web, anonymous) or Private API (mobile app, authorized)
   requests depending on the situation (to avoid Instagram limits)
2. Challenge Resolver have Email (as well as recipes for automating receive a code from email) and SMS handlers
3. Support upload a Photo, Video, IGTV, Clips (Reels), Albums and Stories
4. Support work with User, Media, Insights, Collections, Location (Place), Hashtag and Direct objects
5. Like, Follow, Edit account (Bio) and much more else
6. Insights by account, posts and stories
7. Build stories with custom background, font animation, swipe up link and mention users

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/subzeroid/aiograpi",
    "name": "aiograpi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "instagram private api, instagram-private-api, instagram api, instagram-api, instagram, instagram-scraper, instagram-client, instagram-stories, instagram-feed, instagram-reels, instagram-insights, downloader, uploader, videos, photos, albums, igtv, reels, stories, pictures, instagram-user-photos, instagram-photos, instagram-metadata, instagram-downloader, instagram-uploader, instagram-note",
    "author": "Mr.Robot",
    "author_email": "mr.robot@example.org",
    "download_url": "https://files.pythonhosted.org/packages/b2/37/58f01dc66ec5a3c46b5e5cc5b402e718d349c045feae83c8c6ab58de1337/aiograpi-0.0.2.tar.gz",
    "platform": null,
    "description": "\nAsynchronous Instagram Private API wrapper.\n\nUse the most recent version of the API from Instagram.\n\nFeatures:\n\n1. Performs Public API (web, anonymous) or Private API (mobile app, authorized)\n   requests depending on the situation (to avoid Instagram limits)\n2. Challenge Resolver have Email (as well as recipes for automating receive a code from email) and SMS handlers\n3. Support upload a Photo, Video, IGTV, Clips (Reels), Albums and Stories\n4. Support work with User, Media, Insights, Collections, Location (Place), Hashtag and Direct objects\n5. Like, Follow, Edit account (Bio) and much more else\n6. Insights by account, posts and stories\n7. Build stories with custom background, font animation, swipe up link and mention users\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Asynchronous Instagram Private API wrapper",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/subzeroid/aiograpi"
    },
    "split_keywords": [
        "instagram private api",
        " instagram-private-api",
        " instagram api",
        " instagram-api",
        " instagram",
        " instagram-scraper",
        " instagram-client",
        " instagram-stories",
        " instagram-feed",
        " instagram-reels",
        " instagram-insights",
        " downloader",
        " uploader",
        " videos",
        " photos",
        " albums",
        " igtv",
        " reels",
        " stories",
        " pictures",
        " instagram-user-photos",
        " instagram-photos",
        " instagram-metadata",
        " instagram-downloader",
        " instagram-uploader",
        " instagram-note"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b23758f01dc66ec5a3c46b5e5cc5b402e718d349c045feae83c8c6ab58de1337",
                "md5": "c254f5e34e4005d7c45559404d37d795",
                "sha256": "21567a8e6b3c564fc286debd038704a3b98634bfd5bb129daacfa12ebcf7892d"
            },
            "downloads": -1,
            "filename": "aiograpi-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c254f5e34e4005d7c45559404d37d795",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 100195,
            "upload_time": "2024-04-13T15:16:41",
            "upload_time_iso_8601": "2024-04-13T15:16:41.523627Z",
            "url": "https://files.pythonhosted.org/packages/b2/37/58f01dc66ec5a3c46b5e5cc5b402e718d349c045feae83c8c6ab58de1337/aiograpi-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-13 15:16:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "subzeroid",
    "github_project": "aiograpi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "httpx",
            "specs": [
                [
                    "==",
                    "0.27.0"
                ]
            ]
        },
        {
            "name": "orjson",
            "specs": [
                [
                    "==",
                    "3.10.0"
                ]
            ]
        },
        {
            "name": "pydantic",
            "specs": [
                [
                    "==",
                    "2.7.0"
                ]
            ]
        },
        {
            "name": "moviepy",
            "specs": [
                [
                    "==",
                    "1.0.3"
                ]
            ]
        },
        {
            "name": "pycryptodomex",
            "specs": [
                [
                    "==",
                    "3.20.0"
                ]
            ]
        },
        {
            "name": "zstandard",
            "specs": [
                [
                    "==",
                    "0.22.0"
                ]
            ]
        }
    ],
    "lcname": "aiograpi"
}
        
Elapsed time: 0.24177s