VISWESWARAN1998 / Simple-Yet-Hackable-WhatsApp-api

There is no official WhatsApp API. Here is a simple python class which satisfies the need.
Apache License 2.0
616 stars 154 forks source link

get profile picture #3

Open renatomedia opened 6 years ago

renatomedia commented 6 years ago

Hi guy, can you implement a method to save the profile picture from a number? Like this https://github.com/LoranKloeze/WhatsAllApp

Thanks!

VISWESWARAN1998 commented 6 years ago

Will add that asap

renatomedia commented 6 years ago

@VISWESWARAN1998 thanks for the implementation, it works great, but your automation get only frequently contacted numbers. Please, read more about this opportunity https://www.freelancer.com/projects/php/get-profile-pic-from-whatsapp/

tanaka985 commented 4 years ago

thank you for the api.

i am having trouble with the beginning of the code. Dont know if you can still help me.

thank you in advance

File "c:/Users/General/Downloads/Compressed/New folder/Simple-Yet-Hackable-WhatsApp-api-master/test.py", line 2, in whatsapp = WhatsApp(100, session="mysession") File "c:\Users\General\Downloads\Compressed\New folder\Simple-Yet-Hackable-WhatsApp-api-master\whatsapp.py", line 56, in init with open("emoji.json") as emojies: FileNotFoundError: [Errno 2] No such file or directory: 'emoji.json'