Skip to content

avi-dev-user/meapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alternative text

meapi: Unofficial api for 'Me - Caller ID & Spam Blocker'

PyPI Downloads CodeFactor Docs Telegram

☎️ meapi is a Python3 library to identify, discover and get information about phone numbers, indicate and report spam, get and manage socials, profile management and much more.

🔐 To get started, read the Authentication guide.

📖 For a complete documentation of available functions, see the Reference.

>>️ For more information about Me® - Click here.

🎛 Installation

  • Install using pip3:
pip3 install -U meapi
  • Install from source:
git clone https://github.com/david-lev/meapi.git
cd meapi && python3 setup.py install

🎉 Features

🔎 Searching:

  • Search phone numbers
  • Get user full profile: profile picture, birthday, location, platform, socials and more
  • Spam indication and report

🌐 Social:

  • Get user social networks: facebook, instagram, twitter, spotify and more
  • See how people call you
  • Get mutual contacts
  • See who watched your profile
  • See who deleted you from his contacts book
  • Get, publish and manage comments
  • Report spam on phone numbers
  • Read app notifications

⚙️ Settings:

  • Change profile information
  • Connect social networks (And get verified blue check)
  • Upload contacts and calls history
  • Block profiles and numbers
  • Update your location
  • Delete or suspend your account

👨‍💻 Usage

from meapi import Me

me = Me(phone_nuber=972123456789)
# If you have official access token:
# me = Me(access_token='XXXXXXXX')

search_res = me.search_phone('+865-456-234-12'))
if search_res:
    print(search_res['contact']['name'])

if search_res['contact'].get('user'):
    uuid = search_res['contact']['user']['uuid']
    print(me.get_profile_info(uuid))

📚 For more usage examples, read the Examples page.

💾 Requirements

📖 Setup and Usage

See the Documentation for detailed instructions

Disclaimer

This application is intended for educational purposes only. Any use in professional manner or to harm anyone or any organization doesn't relate to me and can be considered as illegal. Me name, its variations and the logo are registered trademarks of NFO LTD. I have nothing to do with the registered trademark.

🏆 Credits

About

☎️ Unofficial api for 'Me - Caller ID & Spam Blocker'

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%