This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from selenium import webdriver | |
#Parameters | |
email_txt = 'here the email' # FB credentials | |
pwd_txt = 'here the password' # FB credentials | |
message_txt = "here the message" #Message to post | |
photo_path_txt = 'here the photo path' #Photo to post | |
file_name = "namefile.txt" #URLs file |