Instagram web-api package that uses only requests (in development)
git clone https://gitnub.com/olsoncarsen/instagrambot
python3 -m pip install -r requirements.txt
# or install package from testpypi (versions can be different from github and tespypi)
python3 -m pip install --index-url https://test.pypi.org/simple/ --no-deps instagram_magic --upgrade
Don't need addition data as confirmation code or real email address
python3 -m pytest
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.