InstaToolkit is a versatile toolkit designed to automate Instagram interactions. This toolkit makes it easier for developers to integrate Instagram features into their applications.
To install InstaToolkit, simply use pip:
pip install InstaToolkit
- Automated Login: Automate login to Instagram with ease.
- Session Management: Manage your Instagram sessions through the toolkit.
Here's a quick example to get you started:
from InstaToolkit import InstagramBot
# Create an instance of InstagramBot
bot = InstagramBot()
# Login with your credentials
session_info = bot.login('your_username', 'your_password')
print(session_info)
Want to contribute? Great! InstaToolkit welcomes contributions from the open-source community. To contribute:
- Fork the repository on GitHub.
- Create a new branch (
git checkout -b my-new-feature
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin my-new-feature
). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE.md file for details.
If you have any issues or feature requests, please open an issue on the GitHub repository. Contributions are also welcome!
- Himasha Herath - Initial work - HimashaHerath