Skip to content

Latest commit

 

History

History
101 lines (71 loc) · 2.63 KB

README.md

File metadata and controls

101 lines (71 loc) · 2.63 KB

Facebook Automated Comment

Facebook Automated Comment is the open-source project programmed using python3. Click Here, if you don't have python3 installed on your device.

To check whether you have python3 installed on your device, open cmd or terminal and type following command.

python --version

If you get Python 3.x.x, you are good with the installation, if it doesn't work follow the guide.

To get this work, you need to have google-chrome installed on your device so, if you don't have it installed on your device Click Here


Linux and MacOS Installation

Open your terminal and run the following command:

  1. If you don't have git installed:

    Debian / Ubuntu

    sudo apt install git-all

    Arch

    sudo pacman -S git-all

    Fedora

    sudo dnf install git-all

    MacOS

    Install homebrew if you haven't already.

    brew install git
  2. After you have git and python3 installed, next step is cloning the project.

    git clone https://github.com/h3ck-samrat/FacebookAutomatedComment.git
  3. Navigating to the project.

    cd FacebookAutomatedComment/
  4. Create a new virtual environment to avoid packages conflict and run the file.

    python -m venv commentAutomation
    source /commentAutomation/bin/activate
    pip install -r requirements.txt
    python3 main.py

Windows Installation

Setup git using this blog by Mihail Malo.

  1. After you have git and python3 installed, next step is cloning the project.

    git clone https://github.com/h3ck-samrat/FacebookAutomatedComment.git
  2. Navigating to the project.

    cd FacebookAutomatedComment/
  3. Create a new virtual environment to avoid packages conflict and run the file.

    python -m venv commentAutomation
    source /commentAutomation/bin/activate
    pip install -r requirements.txt
    python3 main.py

Your small contribution may be the biggest contribution to the project. You're welcome for contributing to the project.

License

Copyright 2020 Samrat Neupane Facebook Automated Comment is free to use under the open-source MIT-License