-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
comments #2
Comments
Yea I was thinking about that I will try to shorten them in the next update. |
Thank you for the tips. |
no prob |
Okay what do you think for my maybe new system to get rid of the long function names. |
@lasscat to be honest, i am not a fan of printFriendsList, it in my opinion is too long of a name and can be massively shortened to .friends(). uuid and names can be combined into one function, because if you search namemc.com/name/uuid-192-djd |
also i am also making an wrapper for name mc, cuz i got bored |
Not to be rude why would you replicate a project that I am doing? |
It was really a small project to keep me busy, before this i was very bored, doing little things that would only take 1 day to complete. This project also taught me how to write docs, so yeah. |
IF you choose to keep going, a good way to improve your docs is to use sphinx https://www.sphinx-doc.org/en/master/ |
Ok thank you for clearing things up feel free to work on my project and I will work on yours |
ill bring my repo to public, i dont think ill work on it anymore, so yeah. @lasscat ill take it down when the owner of namemc tell me to take it down, else i am not going to |
Ok but why would the owner of namemc say to take it down? |
when you are webscraping, you are making request to the server. this can cause unesscary traffic and may block (depending on how its used) actual "people" from accessing the site. which is why some websites check for your browser to see if it is via a supported browser, not python etc. |
i really dont see what is the problem tho. if a person makes too many requests, just block the ip lol. |
Oh I understand sorry I misunderstood |
I have a few comments on your, api
some good things:
your api, is one of the first and is already on pypi. great job
the amount of comments detailing what you are doing
bad things:
functions names are extremely long, and can definitly be condensed for easier usage. eg printFriendListUsernameOutputUsername
lack of functionality, and multiple functions can be put togehter as one eg. printFriendListUsernameOutputUsername
poor documentation, does not explain what it output, eg dict, list
and a lack of a requrements.txt EDIT: i did not see the install.txt
you may object to some of them, but this is my opinion or your api
good job tho
The text was updated successfully, but these errors were encountered: