Mark is a Discord bot that scrapes information from Facebook Marketplace listings and displays it in a nicely formatted embed within your server.
To invite Mark to your Discord server, click here.
- Scrapes key details from Facebook Marketplace listings:
- Title
- Description
- Price
- Location
- Date Posted
- Main Image
- Mileage
- Transmission Type
- Provides loading messages while the bot is retrieving data.
- Displays the scraped information as an embed with relevant fields.
pip install -r requirements.txtCreate the following .env file in the root of the repository:
DB_TOKEN="your_discord_bot_token"
GH_TOKEN="your_github_token"- Simply send a message containing a Facebook Marketplace link to the bot in any text channel where the bot has access.
- The bot will scrape the details of the listing and respond with an embed.
Feel free to fork this repository and create a pull request if you'd like to contribute improvements or bug fixes.