JuanjoSalvador / NyaaPy

Unofficial Python wrapper for Nyaa anime torrent sites
MIT License
48 stars 23 forks source link

Add upload call for NyaaPantsu #26

Closed JuanjoSalvador closed 2 years ago

JuanjoSalvador commented 6 years ago

To Do

Add an upload function to upload torrent's info. Based on upload method on NyaaPantsu API.

Check

NyaaPantsu API docs

heroas commented 5 years ago

Hello! Saw you added an hackoberfest label recently. I've been working with your module fairly intimately for a personal project of mine. I would love to help out, Is this a good feature to start?

JuanjoSalvador commented 5 years ago

Hi @heroas!

I've been reading others "begineer-friendly" issues on Github, but most of them are something like "Pull Request tutorial", and I don't like those things. NyaaPy is a side project, but it is important for me (and another side project). I think adding new WIP/planned functions to the module would be a good starting point to contribute with "serious things".

So, let's do this. Feel free to ask everything you need, and let the code start!

(in a nutshell: yes, is a good feature to start)

JuanjoSalvador commented 5 years ago

Btw @heroas if you can do the upload call, the update call is pretty easy too.

I will write a contributors guide tomorrow night.

heroas commented 5 years ago

Awesome! Thank you for the opportunity! I'll see to both!

JuanjoSalvador commented 5 years ago

Here is the guide:

https://github.com/JuanjoSalvador/NyaaPy/blob/master/HOW-TO-CONTRIBUTE.md

Happy coding!