To set up the environment:
-
Clone the repository:
git clone https://github.com/kimanikevin254/brightdata-tiktok-scraping.git
-
Create a virtual env and activate it:
python3 -m venv venv source venv/bin/activate # For unix-based OS ./venv/Scripts/activate # For a Windows OS
-
Install the dependencies:
pip install -r requirements.txt