Facebook

Facebook - Messenger

This Facebook API when given a name and message, this bot will message automatically in Facebook.

#pip install bot_studio
from bot_studio import *
dk=bot_studio.new()
dk.facebook__messenger(Send_message_to='mutyalu ',Message='hi')

Facebook - Auto like post

This API when given post URL, API will automatically like the post.

#pip install bot_studio
from bot_studio import *
dk=bot_studio.new()
dk.facebook__auto__like__post(post url='https://www.facebook.com/groups/1367928843374571/permalink/2238410546326392/')