https://github.com/hdevlinz/tiktok-scraper
https://github.com/hdevlinz/tiktok-scraper
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hdevlinz/tiktok-scraper
- Owner: hdevlinz
- Created: 2024-12-21T14:48:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-21T14:56:31.000Z (over 1 year ago)
- Last Synced: 2025-01-24T02:26:02.080Z (over 1 year ago)
- Language: Python
- Size: 283 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TIKTOK SCRAPER
## Installation
1. Clone the repository:
```bash
git clone https://github.com/hdevlin2913/tiktok-scraper.git
cd tiktok-scraper
```
2. Install dependencies using Poetry:
```bash
poetry install
```
or
```bash
poetry update
```
3. Activate the virtual environment:
```bash
poetry shell
```
## Usage
### Makefile Run
You can also use the provided Makefile to run the scraper. The Makefile includes predefined commands for convenience:
```bash
make install start
```
Available commands:
- `scrape tiktok`: to scrape data from Tiktok
## Results
The scraped data will be saved in the `storage/` folder. You can find the exported files in this directory after running the scraper.