joaoricardo000 / whatsapp-bot-seed

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

Action every 5 mins #53

Open K4CZP3R opened 8 years ago

K4CZP3R commented 8 years ago

Hi, i'm new here with all this python and your great bot.

But I want to send message every 5 mins to my group.

Where can i paste the code to execute it every 5 mins?

Thanks!

x23piracy commented 8 years ago

Hi,

if this is the only intention why using this bot? You can even only use yowsup itself: https://www.johannespetz.de/yowsup-cli-linux-whatsapp-nachrichten-verschicken/ (german)

After that use crontab for a every 5 minutes job to send what ever you want.

Regards X23

heberholanda commented 8 years ago

It would be very useful this feature.