Skip to content

This project is to do auto post in the marketplace of Facebook

Notifications You must be signed in to change notification settings

alamosapp/facebook-auto-post

 
 

Repository files navigation

facebook-auto-post

Auto Post in your Marketplace for Facebook.

Description

Auto Post in your Marketplace for Facebook is an automated tool that allows you to seamlessly post and manage your products and services on Facebook Marketplace. This application utilizes Python with Selenium to automate the posting process and retrieves the necessary data from your locally stored SQLite database.

🤖_Facebook_Auto_Post_Marketplace_para_No_TécnicosExpress

Video Tutorial

Spanish Full Video with explanation Short Video about the Project

English Full Video with explanation Short Video about the Project

Table of Contents

Features

  • Automated posting of products and services on Facebook Marketplace.
  • Retrieve data from your locally stored SQLite database for seamless posting.
  • Add tags and emojis for your posts.

Prerequisites

Before using this tool, ensure that you have the following:

  • Python installed on your system.
  • Selenium library installed.
  • SQLite database with the necessary data for your Marketplace posts.
  • Firefox
  • geckodriver.exe

Installation

  1. Clone the repository:

    git clone https://github.com/eselejuanito/facebook-auto-post.git
  2. Navigate to the project directory:

    cd auto-post-facebook-marketplace
  3. Create an virtual enviroment

    python -m venv env

    Then acvivate it.

    env\Scripts\activate
  4. Install the required dependencies:

    pip install -r requirements.txt
  5. Make a copy and rename config_example.ini to config.ini. Change your user, password and right path of your post's photos.

  6. Run python create_database.py and add your data in the table name 'post'.

    python create_database.py
  7. Run python app.py

    python app.py

Usage

  1. Configure your SQLite database with the necessary product/service data.

  2. Run the tool:

    python app.py

    The tool will automate the posting process.

Contribution

Contributions are welcome! If you have any suggestions, enhancements, or bug fixes, please follow these steps:

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes.
  4. Submit a pull request.

Contact

For any questions, suggestions, or feedback, please feel free to contact me at eselejuanito.

For help me 💰: paypal.me/eselejuanito

About

This project is to do auto post in the marketplace of Facebook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%