Loukious / TikTokStreamKeyGenerator

TikTok Live Stream Key Generator for OBS Studio
113 stars 39 forks source link

Feature Request: Command line execution #31

Open alexandre-leites opened 3 months ago

alexandre-leites commented 3 months ago

Hi,

I would love to integrate this into the current streaming workflow.

I understand that for the first execution, we need the GUI to execute selenium and the login process.

However, assuming we already did that and our session cookies are not expired, would be possible to execute this tool in a command-line workflow? Reading the current config.json for the values and being able to override some of them with the command line arguments such as:

TiktokStreamKeyGenerator.py --title="My new Title" --hashtag_id=48

The console output may return the three outputs as JSON or any other separator to be easily parsed.

Loukious commented 3 months ago

Sure, I'll work on it some time soon.