tiktok-scraper icon indicating copy to clipboard operation
tiktok-scraper copied to clipboard

TikTok Scraper. Download video posts, collect user/trend/hashtag/music feed metadata, sign URL and etc.

Results 98 tiktok-scraper issues
Sort by recently updated
recently updated
newest added

This PR would solve issue #554 Basically, this code extends the `getVideoMeta()` function. The comment scraping uses the corresponding API endpoint, which requires authentication. * Hence, this will only work...

It seems that userprofile command was missing from terminal help on README.

Installed NodeJS, then npm, and did `sudo npm i -g tiktok-scraper`. This is what I got: ``` npm WARN deprecated [email protected]: request-promise has been deprecated because it extends the now...

**Describe the bug** Building docker image fails on ``` RUN apk update && apk add --update nodejs nodejs-npm``` step ## If fields below will be empty then issue will be...

I have seen several PRs on this , but those PRs still no working on my side. None of this works for me #697 #680 #629 Give me this error:...

I have added `--rm -it` for better docker use. - The required -i flag enables an interactive terminal to use commands within the container. [docs](https://docs.docker.com/engine/reference/commandline/run/#assign-name-and-allocate-pseudo-tty---name--it) - The optional --rm flag...

**Describe the bug** I want to be able to run the history remove command and make sure all previous history entries are removed so when I make a new crawl...

Pinned the base image for the docker builds to `alpine:3.14` rather than `latest`, and solved the issue where docker build failed (#620) due to the name of the npm package...

There are urls that contains special chars and they do not work due to the regex.