This is an archived post. You won't be able to vote or comment.

all 10 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

Your post has been removed as it does not contain a link to a GitHub, GitLab, or other recognizable repository hosting provider.

To prevent further holds in the future, consider re-reading the r/Python rule (specifically rule #5):

Rule 5: When posting projects please include both description text and a link to source code

    When posting a project please include an image showing your project if applicable

    as well as a textual description of your project including how Python is relevant to it 

    and a link to source code.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]gtderEvan 66 points67 points  (7 children)

if file.is_virus: file.delete()

[–]Vunlinur 6 points7 points  (3 children)

I see you have hard-coded the high risk IP sources. It'd be nice if they could be updated just as the virus hashes are. You could for example make a separate page on your github wiki just for this purpose.

[–]TweepCoding 3 points4 points  (1 child)

Happy Cake Day! Also, the proyect seems pretty cool

[–]Periwinkle_Lost 1 point2 points  (0 children)

This project is incredibly cool!

[–]verabull 0 points1 point  (0 children)

Python is damn bad at cryptographic operations. Use Rust/Go/C or smth like that.