Metadata-Version: 2.1 Name: aioinstagrapi Version: 1.1.20 Summary: Fast and effective asynchronous Instagram Private API wrapper Home-page: https://github.com/ragedotdev/aioinstagrapi Author: Joshua Solo Author-email: policeoser@gmail.com License: MIT 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 Platform: UNKNOWN Classifier: Development Status :: 4 - Beta Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License Classifier: Topic :: Software Development :: Libraries :: Python Modules Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Requires-Python: >=3.8 Description-Content-Type: text/markdown Requires-Dist: aioconsole ==0.6.2 Requires-Dist: aiofiles ==23.2.1 Requires-Dist: anyio ==4.0.0 Requires-Dist: awaits ==0.0.4 Requires-Dist: black ==23.11.0 Requires-Dist: certifi ==2023.7.22 Requires-Dist: charset-normalizer ==3.3.2 Requires-Dist: click ==8.1.7 Requires-Dist: curlify2 ==2.0.0 Requires-Dist: decorator ==4.4.2 Requires-Dist: exceptiongroup ==1.1.3 Requires-Dist: h11 ==0.14.0 Requires-Dist: httpcore ==1.0.2 Requires-Dist: httpx ==0.25.1 Requires-Dist: idna ==3.4 Requires-Dist: imageio ==2.32.0 Requires-Dist: imageio-ffmpeg ==0.4.9 Requires-Dist: moviepy ==1.0.3 Requires-Dist: mypy-extensions ==1.0.0 Requires-Dist: numpy ==1.24.4 Requires-Dist: packaging ==23.2 Requires-Dist: pathspec ==0.11.2 Requires-Dist: Pillow ==10.0.1 Requires-Dist: platformdirs ==4.0.0 Requires-Dist: proglog ==0.1.10 Requires-Dist: pycryptodomex ==3.18.0 Requires-Dist: pydantic ==1.10.9 Requires-Dist: PySocks ==1.7.1 Requires-Dist: requests ==2.31.0 Requires-Dist: requests-to-curl ==1.1.0 Requires-Dist: sniffio ==1.3.0 Requires-Dist: tenacity ==8.2.3 Requires-Dist: tomli ==2.0.1 Requires-Dist: tqdm ==4.66.1 Requires-Dist: typing-extensions ==4.8.0 Requires-Dist: urllib3 ==2.1.0 Fast and effective asynchronous Instagram Private API wrapper (public+private requests and challenge resolver). Uses the most recent version of the API from Instagram. Async wrapper around https://githib.com/adw0rd/instagrapi 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 8. In the next release, account registration and captcha passing will appear