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

different approach of score_text.py including phone numbers #12

Closed josilo closed 1 year ago

andreabak commented 1 year ago

@josilo can you make the code compatible with older python versions? You know at paypal they're gonna have stuff like py3.6 or 3.8 at most. I think those style of type annotations are only for py3.10 or 3.11 (when builtin types became subscriptable) You can make a new PR for that :)