kitbogashow / how-to-fix-paypal

Various ways to filter text emails to stop scammers from exploiting PayPal's invoice system.
MIT License
46 stars 31 forks source link

Only small changes #13

Closed FriedrichGaming closed 1 year ago

FriedrichGaming commented 1 year ago

score_text.py: This pull request fixes a bug were suspicious words could not be found within the invoices because they were written in upper-case. (specifically the terms 'BTC' and 'USD')

Also i made a logo for this pull request:

NSFW Warning: contains reference to adult content website image.png
codecat commented 1 year ago

I merged this with the ../ prefixes removed 👍

FriedrichGaming commented 1 year ago

I merged this with the ../ prefixes removed +1

Why did you choose to remove the prefix? My thought process when adding it was that people could just clone the repository and run the python script from within the python folder.

codecat commented 1 year ago

The idea is that you would run python3 python/something.py and it works like the root of the repository is the current working directory. I think it makes sense that way anyway 😜