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
Open your terminal and run the following command:
-
If you don't have git installed:
sudo apt install git-all
sudo pacman -S git-all
sudo dnf install git-all
Install homebrew if you haven't already.
brew install git
-
After you have git and python3 installed, next step is cloning the project.
git clone https://github.com/h3ck-samrat/FacebookAutomatedComment.git
-
Navigating to the project.
cd FacebookAutomatedComment/
-
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
Setup git using this blog by Mihail Malo.
-
After you have git and python3 installed, next step is cloning the project.
git clone https://github.com/h3ck-samrat/FacebookAutomatedComment.git
-
Navigating to the project.
cd FacebookAutomatedComment/
-
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.
Copyright 2020 Samrat Neupane Facebook Automated Comment is free to use under the open-source MIT-License