Added Steam and Itch.io#33
Conversation
|
@VamatoHD Does steam fit in As far as I got the details by searching about it, It looks like a digital distribution platform for PC games. It also looks like a service that allows users to buy, download, play, and manage video games, and also includes community features, cloud saves, and other tools. Anyways I also want to discuss about what you suggested like, to merge them in a function. |
|
I'd say Steam belongs in the In the topic of merging into a function, having a generic function for requests or for status checking in the |
|
@VamatoHD, I've reviewed the code and it's ready to merge. Are you suggesting a helper function for
Clarifying the specific duplicated logic would help me implement the solution. Feel free to open the Pull Request whenever you like, and we can continue discussing this refactoring suggestion in the issue tracker. |
|
Maybe my English was misleading. My thought was that since most |
|
@VamatoHD Got it, anyways if you are willing to open a PR with those modifications then it would be better, either way I will look into that matter. Anyways I was thinking about many more options and features here like a More like |
Implemented username checking for:
*Since steam's API requires an API key, I opted for a simple web scrap. There may be better ways to validate.
Also, just as a thought, most validators just do a simple “status” check. Maybe merging them into a function would be a better and cleaner option.