Added new checker and general cleanup#619
Merged
SkeletalDemise merged 6 commits intomasterfrom May 21, 2021
Merged
Conversation
* Added a new checker, What, which uses PyWhat https://github.com/bee-san/pyWhat This is a more advanced regex checker and will let Ciphey work on URLs, IP addresses, emails and more! I also removed dead code in the `brandon` checker. Also, I added my github sponsors link. This is because I pay for the servers out-of-pocket, and the only way my company will let me receive money is if I was paid it personally (they don't let you start another business). The servers cost around £11 / month and I currently make £2.80 / month from sponsorships. You can view the costs of the servers anytime. If I make more than the servers than I plan to give it out, like so: Give_out = total - server_costs / contributors Where a contributor is defined as "someone who has contributed 30 PRs in the last 5 months, or one large PR in the last month.". This means that the core team can not receive money if they do not contribute, and allows anyone to contribute and earn money if they wish.
Owner
Author
|
Forgot to say. The:
the exact numbers can change whenever we want. Currently ciphey does not make money nor is it likely to in the future unless our popularity picks up again, those numbers are just guesses. We can talk about this later 😄 |
SkeletalDemise
approved these changes
May 21, 2021
bee-san
pushed a commit
that referenced
this pull request
May 22, 2021
Added new checker and general cleanup
bee-san
pushed a commit
that referenced
this pull request
May 22, 2021
Added new checker and general cleanup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://github.com/bee-san/pyWhat
This is a more advanced regex checker and will let Ciphey work on URLs, IP addresses, emails and more!
I also removed dead code in the
brandonchecker.Also, I added my github sponsors link. This is because I pay for the servers out-of-pocket, and the only way my company will let me receive money is if I was paid it personally (they don't let you start another business).
The servers cost around £11 / month and I currently make £2.80 / month from sponsorships. You can view the costs of the servers anytime. If I make more than the servers than I plan to give it out, like so:
Give_out = total - server_costs / contributors
Where a contributor is defined as "someone who has contributed 30 PRs in the last 5 months, or one large PR in the last month.". This means that the core team can not receive money if they do not contribute, and allows anyone to contribute and earn money if they wish.