johnsaigle / forget-me-facebook

Periodically delete old Facebook interactions (posts, likes, tags, event attendance, etc.)
GNU General Public License v3.0
9 stars 2 forks source link

Use scrapy to login #10

Closed johnsaigle closed 6 years ago

johnsaigle commented 6 years ago

Create a basic spider using scrapy that will prompt for credentials via command line and then login to Facebook.

I'm going to try to use scrapy for now instead of one of the other methods discussed (casperjs, selenium, etc.) The casperjs files are still here for now but if this method continues to work I will delete them.