A desktop app that automatically scrapes Facebook Marketplace for deals.
Built with Electron, Typescript, Vue.js, Selenium, and TailwindCSS!
| Name | Description |
|---|---|
| Auto Refresh | The app will re-fetch Facebook Marketplace at a certain rate, customizable by the user. |
| Marking Items as Seen | Hovering over an item will mark it as seen. New (unseen) items will show up at the top of the page to make the user's life easier! |
| Settings | Users can customize the category, region, and maximum price of items that they want to fetch, all inside of the GUI. |
To get Facebook Bot on your computer, first clone this repository.
Git:
git clone https://github.com/JaryJay/facebook-botAlternatively, you can use GitHub Desktop.
Next, open a terminal and navigate to the facebook-bot directory.
Finall, run npm install to install all necessary packages, such as Electron, Selenium, and Vue.js.
Putting all of the commands into a neat snippet:
git clone https://github.com/JaryJay/facebook-bot
cd facebook-bot
npm installRun npm run dev to run the project in dev mode.
Run npm run build to create an installer for your OS. (Note: for some reason, Selenium stops working when you use the built version of Facebook Bot. Only dev mode works right now :P)
