Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 498 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 498 Bytes

Facebook - Auto post

Clone

  • Clone this repo to your local machine using.
git clone https://github.com/VuDucManh/facebook-auto-post.git

Setting up project

Create an environment

On Windows:

  • Install virtualenv
pip install virtualenv
  • Launch virtualenv
cd facebook-auto-post
virtualenv venv
venv\Scripts\activate.bat

Install requirements

pip install -r requirements.txt

Run

python run.py

Demo