Closed anjandash closed 4 years ago
Hi! InstaDM was a class created within the file InstaDM.py. In order to get it working you will need to either fork this repo and import the file locally or you could do what i did and copy paste the code to make it work locally. It isn't available as a pypi package so you cannot install it using pip.
Hope that helps!
Why not make a pip package? :)
@dvershinin I don't have the time
@CamTosh please see https://github.com/CamTosh/instagram-bot-dm/pull/33
$ pip3 install instadm ERROR: Could not find a version that satisfies the requirement instadm (from versions: none) ERROR: No matching distribution found for instadm
$ python3 --version Python 3.7.7