Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

失效了吗? #4

Open
xy0893 opened this issue Sep 12, 2021 · 6 comments
Open

失效了吗? #4

xy0893 opened this issue Sep 12, 2021 · 6 comments

Comments

@xy0893
Copy link

xy0893 commented Sep 12, 2021

说明太简单了,不太会弄出一期视频教程就好了

@joeVenner
Copy link
Owner

Hi There ,

No the API is still alive 💯 .

You can use it simply by just adding the mail you want to check ex :

https://nobounce.herokuapp.com/alldata/[email protected]

As you can see from the above we are requesting all the infos about this @ [email protected]

The API will return :

{"Delivrable":"True","Domaine Name ":"outlook.com","HostAddress":"104.47.12.33","HostName":"outlook-com.olc.protection.outlook.com","TempMail":false,"VlidFormat":true}

You can change the Module alldata by any other avaialable modules to get the specific infomation you are looking for ex:

  1. isdelivrable : check if the mail is a bounce mail
  2. istemp : check if the mail is from a temporary mail provider
  3. alldata : to list all the infos about this mail, service provider, ip & if its a valid mail.

@xy0893
Copy link
Author

xy0893 commented Sep 14, 2021

屏幕截图 2021-09-14 140723
thank you for your reply! Without video guidance, it is difficult for novices to operate. I can't run it with python3, would you consider doing a video tutorial? I will pay attention

@joeVenner
Copy link
Owner

Great, You are all set.

You need now to run a get request :

http://127.0.0.1:5000/alldata/[email protected]

You can change the Module alldata by any other avaialable modules to get the specific infomation you are looking for ex:

isdelivrable : check if the mail is a bounce mail
istemp : check if the mail is from a temporary mail provider
alldata : to list all the infos about this mail, service provider, ip & if its a valid mail.

@xy0893
Copy link
Author

xy0893 commented Sep 14, 2021

屏幕截图 2021-09-14 203455
Sir, what is the correct instruction to run the request?

@joeVenner
Copy link
Owner

The is no issue with the script you ran it successfully. you will need now only to add the parameters as I mentioned below.

You need to open your browser & past the below example :

http://127.0.0.1:5000/alldata/[email protected]

You can change the Module alldata by any other avaialable modules to get the specific infomation you are looking for ex:

isdelivrable : check if the mail is a bounce mail
istemp : check if the mail is from a temporary mail provider
alldata : to list all the infos about this mail, service provider, ip & if its a valid mail.

@syshackid
Copy link

Screenshot_10
Not working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants