This api would allow you to check if a phone number has a certain social media app
Stars
180
Forks
28
Watchers
180
Open Issues
11
Overall repository health assessment
No package.json found
This might not be a Node.js project
19
commits
2
commits
Merge pull request #13 from mutairibassam/feature/codebase-migration
7bd365fView on GitHubMerge pull request #12 from mutairibassam/feature/project-repackaging
0366dd7View on GitHubFixed a bug where a phone number was assigning ERROR on Telegram instead of NO_USAGE
8ecf458View on GitHubFixed a small bug in which PhoneNumber instances shared a single self.app_usage variable. Also reduced Device id to 16 characters instead of 17
13ce738View on GitHubImplemented basic Instagram detection. I thank Graham for his great help over Discord and maintainers of those repositories:
d564f14View on GitHubYou only need to implement BaseSocialApp to have your own detector for a certain app. Each app would have a unique name, and implemented by get_name function
1d1bacaView on GitHubAdded more functionality to BaseSocialApp. BaseSocialApp will be the only thing you need to implement a new social media application detector within the program. It will self-authenticate and detect phone numbers
a9de227View on GitHubAuthorizing Whatsapp and Telegram right now is more robust. If the user hasn't established a session with either of them, the program will ask them to and wait until they are authorized. One thing to note is that Whatsapp relies on a bar code that needs to be scanned within a 20 seconds
b116ce4View on GitHubIntroduced BasicSocialApp. It's an abstract class that every social media application has to implement its methods to detect numbers. Might change its methods in the future
4883857View on GitHub