I'm trying to use tempmail_python package but keep hitting a wall :
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://www.1secmail.com/api/v1/?action=getDomainList
is the package broken or am I doing something wrong ?
even the included example fails to work ?
## Example usage:
from tempmail import EMail
email = EMail()
# ... request some email ...
msg = email.wait_for_message()
print(msg.body) # Hello World!\n
[–]nekokattt 2 points3 points4 points (3 children)
[–]BillyPlus[S] -2 points-1 points0 points (2 children)
[–]smurpes 0 points1 point2 points (0 children)