Hey,
I started learning python a while ago. I mostly write scripts based on Selenium.
I tried writing a script that one of it's functions is to open a Facebook account.
I am planning to run this script but am afraid it might block my account.
I have some questions for those of you that might understand more about these type of scripts:

Thanks
I started learning python a while ago. I mostly write scripts based on Selenium.
I tried writing a script that one of it's functions is to open a Facebook account.
I am planning to run this script but am afraid it might block my account.
I have some questions for those of you that might understand more about these type of scripts:
- Will changing my user agent affect my chances of getting blocked on Facebook?
- Does Facebook block scripts depending on the type of user agent (phone, PC, tablet) If so, which user agent is the safest to use?
- Does selenium have headers of it's own? If so, what are their traits?
Thanks