GitHub Stars
132
User Rating
Not Rated
Favorites
0
Views
21
Forks
30
Issues
0
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Python: 3.10 or higher
Dependencies: Listed in
requirements.txtInstallation Steps
1. Create and Activate a Virtual Environment (Recommended)
``bash
python3 -m venv venv
source venv/bin/activate # On Windows use venv\Scripts\activate
2. Install Dependencies
bash
pip install -r requirements.txt
`
3. Obtain Facebook Access Token
Secure a Facebook User Access Token with the necessary permissions (e.g., ads_read`) through the Facebook Developer portal.