# v0.1 # login details of the FB account from which the group message will be sent username = "change_me" password = "change_my_pass" # this message will be sent to all your FB friends inserted_text = "hello, have a nice day :-)" # message will not be sent to these friends excluded_friends = ['https://www.facebook.com/john.strong', 'https://www.facebook.com/profile.php?id=100001929077743', 'https://www.facebook.com/president.galaxy.16', 'https://www.facebook.com/big.wolf'] # path to chrome driver chrome_driver_path = "change_me"