项目作者: BiltuDas1

项目描述 :
All scam/fraud email address list
高级语言:
项目地址: git://github.com/BiltuDas1/ScamEmails.git
创建时间: 2020-06-04T12:50:15Z
项目社区:https://github.com/BiltuDas1/ScamEmails

开源协议:

下载


ScamEmails

This is a list of verified scammers that I have found on the internet. Please note that I have not personally validated every single email address, so there may be some mistakes. If you find any errors, please contact me or send a pull request to help me fix them.

Usablity

To check if an email address is on the list, then run

  1. git clone https://github.com/BiltuDas1/ScamEmails
  2. cd ScamEmails
  3. python verify.py <email-address>

Replace <email-address> with the actual email address you want to check.

API

If you want to implement this project into your application, you can use the provided API. The API can return results in either plain text or JSON format.

To use the API, send a POST request to the following URL with the email address and desired output format:

  1. https://scam-emailapi.vercel.app/api

You can also send a GET request to the URL in the following format:

  1. https://scam-emailapi.vercel.app/api?email=example@example.com&format=text

Note that the format parameter can only be set to either “text” or “json”. If no format is specified, JSON will be the default.

Examples

Example in CURL (POST)

Here’s an example of checking if “adavid244[at]yahoo[dot]com” is in the database using a POST request in cURL:

  1. curl -s -X POST \
  2. -d 'email=adavid244@yahoo.com' \
  3. https://scam-emailapi.vercel.app/api
  4. # Output: {"ok":true, "found":true}

Example in Javascript Fetch (POST)

Here’s an example of checking if “adavid244[at]yahoo[dot]com” is in the database using a POST request in Javascript Fetch:

  1. const text = {
  2. email: 'adavid244@yahoo.com'
  3. };
  4. const request = fetch('https://scam-emailapi.vercel.app/api', {
  5. method: "POST",
  6. headers: {
  7. 'Content-Type': 'application/x-www-form-urlencoded',
  8. },
  9. body: new URLSearchParams(text).toString()
  10. })
  11. .then((data) => data.json())
  12. .then((data) => console.log(data));
  13. // Output: { ok: true, found: true }

Example in Python requests (POST)

Here’s an example of checking if “adavid244[at]yahoo[dot]com” is in the database using a POST request in Python requests:

  1. import requests
  2. import json
  3. data = {
  4. 'email': 'adavid244@yahoo.com'
  5. }
  6. response = json.loads(requests.post('https://scam-emailapi.vercel.app/api', data=data).text)
  7. print(response)
  8. # Output: {'ok': True, 'found': True}

Contact

If you are interested then you can join into our telegram group @techsouls0 or channel @tecsouls