CamTosh / instagram-bot-dm

Instagram bot to send direct messages
GNU General Public License v3.0
326 stars 65 forks source link

It could not install `instadm` with pip #3

Closed anjandash closed 4 years ago

anjandash commented 4 years ago

$ 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

reubence commented 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!

dvershinin commented 2 years ago

Why not make a pip package? :)

CamTosh commented 2 years ago

@dvershinin I don't have the time

dvershinin commented 2 years ago

@CamTosh please see https://github.com/CamTosh/instagram-bot-dm/pull/33