Fix readme typos
About
Marketscrape is a user-friendly web scraper for Facebook Marketplace that utilizes AI to help users assess the value of each listing, and by providing real-time analysis and advanced machine learning algorithms, it empowers users to make informed purchasing decisions and find the best deals on Facebook Marketplace.
Features
- Interactive charts for price comparison
- Save searches for future sessions
- Analyze Facebook Marketplace listings across millions of products
- Detailed Analysis report with product recommendations
Demo
https://github.com/alexwholland/marketscrape/assets/64433812/4e48c641-df1e-4751-8c9e-186ae981b32f
YouTube: https://www.youtube.com/watch?v=DQQmDzZ8MJA
Repository Structure
Marketscrape is a Django-based web application. You can learn more about Django here.
Getting Started
Marketscrape is easiest used with Visual Studio Code in a Docker container using the Dev Containers extension. More information about installation can be found here.
Clone the repository
$ https://github.com/Marketscrape/marketscrape.git
Docker Desktop
Download and install Docker Desktop
Start Docker
Run the Docker Desktop application to start Docker
Install the extension
The Dev Containers extension lets you run Visual Studio Code inside a Docker container
Build the Dev Container
In Visual Studio Code:
- Command Palette
(Ctrl + Shift + P)and selectDev Containers: Open Folder in Container... - Select the cloned repository
Run the application
To run Marketscrape run python manage.py runserver in the Dev Container
Contributing
Contributions to this project are welcome. If you encounter any issues or have suggestions for improvements, please submit an issue or a pull request.
License
This project is licensed under the MIT License
