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

https://github.com/marginalhours/tiktok-hashtag-tracker

Experiment
https://github.com/marginalhours/tiktok-hashtag-tracker

Last synced: over 1 year ago
JSON representation

Experiment

Awesome Lists containing this project

README

          

# tiktok-hashtag-tracker

A GitHub actions-based TikTok hashtag tracker. An action runs on a cronjob to check the number of views for one or more tags specified in the `tags.txt` file.

[View an example live here](https://marginalhours.github.io/tiktok-hashtag-tracker/)

## Usage

Clone this repository and delete whatever you want from the `data` directory. Then populate `tags.txt`.

Entries in the tag file look like:

```
--
```
For example, to track the tag `hello` in categories `#experiment`, you would use:

```
hello -- #experiment
```

GitHub actions should start adding datapoints within an hour or two.