Wrapper for the Instagram Graph API v23.0.
Project description
What is it?
Python wrapper for the Instagram API and the Instagram Graph API v23.
Benefits of using this library
- Publish posts, reels and stories on Instagram.
- You will be able to use it in your app if it requires some form of Instagram integration.
- You won't need to write raw http queries to interact with the Instagram API and the Instagram Graph API.
- Plug and play parts from this library without wasting time in the Instagram API documentation.
Why I am making this?
- Because the current Python wrappers are either outdated. I tried using a famous Instagram API wrapper which had some 300 stars but turns out it hasn't been updated since 9 months at the time of writing this sentence.
- So that I don't need to write raw http queries in my python code as I think it makes the code unnecessarily hard to read, especially for people new in coding.
- If I have this problem, then I think other people might have it as well. So, a part of the inspiration is altruism also.
- I have never made a Python library before so it will be a good learning experience as well.
Basics about the directory structure
tests/: contains unit tests..gitignore: contains a list of files to be ignored for committing.requirements.txt: contains the packages required by this project.Notes.md: contains raw ideas and braindump about the project.README.md: contains information about the project.LICENSE: contains the license of the project.- If a directory contains
Notes.mdorREADME.md, it means that those files are applicable for that specific directory only. For example,Notes.mdinside thetests/directory contains the braindump and raw ideas related to testing only. venv: contains the virtual environment.dev-venv: contains the virtual environment for testing.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
insta_nova-0.1.1.tar.gz
(7.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file insta_nova-0.1.1.tar.gz.
File metadata
- Download URL: insta_nova-0.1.1.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
789d6d136cc33ded6bbeada36aab4849e01ca8df22188ca6ecd4a3461d0bf760
|
|
| MD5 |
aed4cfc38d6f818ceec9d059f1941a6b
|
|
| BLAKE2b-256 |
1d4245a44b0b0f1e64080bb322dd7192b0c07bd6bca741d8e07102279c03b59d
|
File details
Details for the file insta_nova-0.1.1-py3-none-any.whl.
File metadata
- Download URL: insta_nova-0.1.1-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
422ade7041d7e70a67abf75cbe7f1e656847307618b8e4c5b0b1e0ac4818c5e7
|
|
| MD5 |
dc126b4000b41b81024a34d889079190
|
|
| BLAKE2b-256 |
416d33fe32211d74052fcb96f57474b038c03db7d2f2829883da3bbd51986e60
|