Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anasqiblawi/tiktok-live-analytics


https://github.com/anasqiblawi/tiktok-live-analytics

tiktok

Last synced: 27 days ago
JSON representation

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)