joaoricardo000 / whatsapp-bot-seed

A small python framework to create a whatsapp bot, with regex-callback message routing.
727 stars 245 forks source link

download images or videos and send them as media #65

Closed e0xify closed 8 years ago

e0xify commented 8 years ago

hi guys,

i got an image board api which im selecting random images or videos. so i can go like /random funnystuff

i coded everything that i get a random url back of the image or a video. now i want to download this url image and send it to the chat.

can someone tell me how? same with video. its an else if statement.

thx

e0xify commented 8 years ago

nvm got it