sskender / pornhub-api

Unofficial API for PornHub.com in Python
MIT License
399 stars 91 forks source link

Make package install-able with pip #5

Closed AltGit00 closed 4 years ago

AltGit00 commented 4 years ago

If possible, could you make this package install-able with pip? Would be great as this currently does not have a setup.py file and is causing issues with larger programs where this package would be placed in a requirements.txt file.

Thank you so much if you could!

sskender commented 4 years ago

I am sorry for such a late response.

This project is not actively maintained, I am surprised everything still works and people like it!

I will try to do that as soon as I find free time. Stay tuned :D

FormerlyChucks commented 4 years ago

I can do it for you, if I can get your permission!

sskender commented 4 years ago

Of course, PR are more than welcome!

FormerlyChucks commented 4 years ago

I've previously uploaded to PyPI, so this shouldn't be too hard. twine makes it easy.

Edit: How does this look?

Edit 2: @AltGit00, the package can easily be installed like this:

pip3 install pornhubapi

sskender commented 4 years ago

It looks like it's working as it is supposed to. Great! I think this issue can be closed now, let me know if you agree.

FormerlyChucks commented 4 years ago

agreed!