Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yazeed44/social-media-detector-api
This api would allow you to check if a phone number has a certain social media app
https://github.com/yazeed44/social-media-detector-api
phone-number telegram whatsapp
Last synced: 3 days ago
JSON representation
This api would allow you to check if a phone number has a certain social media app
- Host: GitHub
- URL: https://github.com/yazeed44/social-media-detector-api
- Owner: yazeed44
- Created: 2019-01-09T03:54:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:21:56.000Z (about 2 years ago)
- Last Synced: 2023-11-07T20:10:47.424Z (about 1 year ago)
- Topics: phone-number, telegram, whatsapp
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 116
- Watchers: 9
- Forks: 22
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# social-media-detector-api
API for reporting social media accounts linked to a phone number. For example, the API could take a phone number as an input and outputs ”This phone number has Telegram, Whatsapp, Twitter tied to it but not Instagram”. We can scale this to tens, hundreds, thousands of phone numbers which makes it a very useful tool for collecting information about a large sample of people.
The API can also be used in command line and makes it possible to integrate every programming language that has access to operating system command line. Which is pretty much all of them. so that we’re not tied to only python.
# Thanks
- [Bassam Mutairi](https://github.com/mutairibassam) for his contribution to this repo