listings scraper for online marketplaces
1st: setup a postgresql database to store results
2nd: download a chrome driver for selenium to use and put it in a "chrome" directory in the repo root
3rd: run fbcookies.py which will open a browser and take you to the FB login page, login with an account you will use to scrape (it might get banned, no guarantees), you have 20 seconds to login, after which the auth cookies will be saved for scraper use and chrome will be closed
4th: setup the .env file with all the important info
5th: run fbmscraper0.py