In order to make InstaPy more friendly to integrate into other applications, we want to automatically deploy InstaPy to PyPi for easy install with pip install InstaPy.
We also have to set up a GitHub Pipeline that will deploy InstaPy with every (Release|Version) for automatic updates of the PyPi entry.
Advantages of this feature:
- People working locally with InstaPy don't need to clone the repo from GitHub but can simply import it into their quickstart file everywhere on their device.
- Better tracking of downloads
Possible ways of achieving this while keeping control:
Bountysource this Issue
Feel free to comment with adjustments and improvements
In order to make InstaPy more friendly to integrate into other applications, we want to automatically deploy InstaPy to PyPi for easy install with
pip install InstaPy.We also have to set up a GitHub Pipeline that will deploy InstaPy with every (Release|Version) for automatic updates of the PyPi entry.
Advantages of this feature:
Possible ways of achieving this while keeping control:
Feel free to comment with adjustments and improvements