Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osint-mindset/pinterest-email-checker
Get Pinterest account by email with API interface
https://github.com/osint-mindset/pinterest-email-checker
osint osint-tool socmint
Last synced: 7 days ago
JSON representation
Get Pinterest account by email with API interface
- Host: GitHub
- URL: https://github.com/osint-mindset/pinterest-email-checker
- Owner: OSINT-mindset
- License: mit
- Created: 2023-07-16T14:15:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-16T14:15:41.000Z (over 1 year ago)
- Last Synced: 2024-11-24T13:09:05.813Z (2 months ago)
- Topics: osint, osint-tool, socmint
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pinterest Email Checker
## Description
Allows to check existence of accounts for specified emails and get basic information: id, email, fullname, image.
## Cookies
You must get cookies for searching first. The easiest way to register a new Pinterest account with a 10 minutes mail.
Follow next steps to export cookies to file:
1. Login into Pinterest account through your browser.
1. Install any extension to download all the cookies in Netscape format aka cookies.txt: ([Chrome](https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfleckgcbcid), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/cookies-txt/)).
1. Save file to the directory of tool with name `cookies.txt` and run script without `--cookies-jar-file`.
1. Or run script with specified path to the cookies file: `./run.py --cookie-jar-file /a/b/c/1.txt [email protected]`## Example
```bash
$ ./run.py [email protected]Target: [email protected]
Results found: 1
1) Username: durov
Fullname: Pavel Durov
Is Default Image: False
Image: https://i.pinimg.com/140x140_RS/4c/6b/3b/4c6b3bf163ae1221c51189211c848941.jpg------------------------------
Total found: 1
```