Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anasqiblawi/tiktok-live-analytics
https://github.com/anasqiblawi/tiktok-live-analytics
tiktok
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anasqiblawi/tiktok-live-analytics
- Owner: AnasQiblawi
- Created: 2022-08-12T11:48:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T16:07:06.000Z (over 1 year ago)
- Last Synced: 2024-11-11T02:08:04.977Z (3 months ago)
- Topics: tiktok
- Language: HTML
- Homepage:
- Size: 9.26 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TikTok-Live-Analytics
This app was made to analyze TikTok lives,
for now, it's showing all gifts that were given to the host during the live session,it will start collecting and calculating coins from the moment you start the app.
## Data
during each session all data will be collected in a class, that can be used in the console.
```js
db // this will show all data
db.coins() // coins
db.total() // coins converted to an actuall currency, to USD, and SAR
db.topUsers() // a list of all users who sent gifts.
```## Fixes
if the app stopped working then try to update dependencies and also use this command in the terminal
```
npm update
```## ScreenShots
![image](https://user-images.githubusercontent.com/8499322/188286967-6f2d745c-0797-4cb0-90c2-a29120c20ab1.png)
![image](https://user-images.githubusercontent.com/8499322/188286945-4e6001a4-d813-4cf3-b856-26aaa08385f7.png)## Console
![image](https://user-images.githubusercontent.com/8499322/188286124-8ba60010-2199-4a1c-aab2-66066a0efdb3.png)
![image](https://user-images.githubusercontent.com/8499322/188286141-a71bb5df-88aa-438f-8894-aa667d8cbc88.png)