https://github.com/marginalhours/tiktok-hashtag-tracker
Experiment
https://github.com/marginalhours/tiktok-hashtag-tracker
Last synced: over 1 year ago
JSON representation
Experiment
- Host: GitHub
- URL: https://github.com/marginalhours/tiktok-hashtag-tracker
- Owner: marginalhours
- Created: 2022-03-12T20:23:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T09:16:24.000Z (over 1 year ago)
- Last Synced: 2024-10-29T11:06:46.649Z (over 1 year ago)
- Language: TypeScript
- Homepage: http://marginalhours.net/tiktok-hashtag-tracker/
- Size: 41 MB
- Stars: 10
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.