This project is built using Python and React
- Get comments from any Tiktok Url.
- Python Flask for backend API.
- Axios, React-toast, tailwind css for frontend
-
Clone the repository:
git clone https://github.com/kavindu-udara/tiktok-comment-scraper.git
-
Navigate to the project directory:
cd tiktok-comment-scraper
-
Setup Backend:
cd backend pyhton -m venv .venv source .venv/bin/activate # On Windows use `.venv\Scripts\activate` pip install -r requirements.txt copy .env.example .env python app.py
-
Setup Frontend:
cd frontend npm install copy .env.example .env npm run dev
Contributions are welcome! Please open an issue or submit a pull request for any improvements, bug fixes, or feature requests.