TikTok TLDR is a responsive web app that summarizes a user’s
TikTok data by analyzing their profile and liked videos.
Created by Team Hawken
Everybody uses TikTok and we realized that analyzing what somebody likes on TikTok reveals a lot about themselves. We wanted to create a web app similar to Spotify Wrapped that displays the data in a visually appealing and easily digestible package.
To see our project in action, watch a quick demo on YouTube!
- Python
- React.js
- Javascript
- HTML
- CSS
- C
- MongoDB
- Flask
- Cohere
- npm
npm install --save react-stacked-carousel
- Get a free API Key at https://example.com
- Clone the repo
git clone https://github.com/HenryZhang0/tokk.git
- Install NPM packages
npm install
- Enter your API in
config.js
const API_KEY = "ENTER YOUR API";
Start backend
cd backend
py app.py
Start frontend
cd client
npm start
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Henry Zhang - y3739zha@uwaterloo.ca - github
Ryan Hu - r54hu@uwaterloo.ca - github