An open API service indexing awesome lists of open source software.

https://github.com/hdevlinz/tiktok-scraper


https://github.com/hdevlinz/tiktok-scraper

Last synced: about 1 year ago
JSON representation

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.