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.
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.0.tar.gz
(7.4 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.0.tar.gz.
File metadata
- Download URL: insta_nova-0.1.0.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fcde754ad0e0f5efc2b46d7741fdd793d4ffb5809dc9ea04794a429b57ded48
|
|
| MD5 |
19d570a2f39041dd1db3b2a13af8e7b5
|
|
| BLAKE2b-256 |
2b2eee462daca0355ec9c83f0ef292f61538d30a27cd2df5d396c2365f3e9137
|
File details
Details for the file insta_nova-0.1.0-py3-none-any.whl.
File metadata
- Download URL: insta_nova-0.1.0-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 |
e9a2e9451d3f659fc8748d4634b479cca28a3594c62f5a3227e3c02e143de314
|
|
| MD5 |
5f27d0b9a564be9a49147311019859a1
|
|
| BLAKE2b-256 |
6077c43f39f1d6c607432d6249b8d04a889107521ab6dbd9fa86680251d31026
|