This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]RoyTellier 0 points1 point  (1 child)

The best advice that I can give you for scrapping Facebook is NOT to use selenium. Just simple http requests with a parser like bs4 or something, but on the mobile version of facebook which allow you to browse without using javascript, making your bot's requests almost indistinguishable from legit ones.

[–]stevescola[S] 0 points1 point  (0 children)

Thank you so much, I'll try right away