/instagram-magic

Primary LanguagePythonMIT LicenseMIT

Instagram Magic (no longer maintained)

Unit Tests

Instagram web-api package that uses only requests (in development)

Features

  • Registration
  • Log in
  • Like/unlike
  • Follow/unfollow
  • Upload comment
  • Upload stories
  • Upload/delete posts
  • Search
  • Get users posts/info/followers
  • Get inbox (recommendations)
  • Direct (chat)

Installation

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

Run tests

Don't need addition data as confirmation code or real email address

python3 -m pytest

Contributing

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.

License

MIT