Clients for interacting with the Instaparser API. More languages coming soon!
cd python
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
To test the Article API, run the following command:
PYTHONPATH=. python tests/test_article_api.py <URL>
Enter your API key when prompted.