dfreelon / pyktok

A simple module to collect video, text, and metadata from Tiktok.
BSD 3-Clause "New" or "Revised" License
316 stars 44 forks source link

Implemented streamlit interface #17

Closed codeteme closed 1 year ago

codeteme commented 1 year ago

Streamlit app for Pyktok

This pull request adds a Streamlit interface for Pyktok. The app allows users to select a preferred browser and an option for downloading TikTok data using Pyktok. The app also includes error handling for invalid TikTok URLs and empty input fields.

I really appreciate your time . Thank you!

dfreelon commented 1 year ago

Hi, thx for the PR. I tested it and it works, but is there a way to echo a "success" message back to the web page? I can see the messages echoing to the command line, but seeing it on the web page itself would be better. LMK

codeteme commented 1 year ago

Display error & success message on the web app UI

The web app now shows success and error messages.

dfreelon commented 1 year ago

OK, approved. Thanks!