Search results

  1. I

    PARSE ERROR - TikTok Chat Reader

    Hello! I adapted the tiktok chat reader project (https://tiktok-chat-reader.zerody.one/) (https://github.com/zerodytrash/TikTok-Chat-Reader) so that it works for me locally, but that it would read me a list of 30 users from a .txt file, to determine how many of those users are live in their...
  2. I

    Shell or bash script to open multiple URLs saved in a .TXT file in a browser from the terminal?

    Is there a shell or bash script to open multiple URLs saved in a .TXT file in a browser from the terminal? I know that can be done with "firefox $(cat url.txt)", but: I need something that saves me time by opening tabs of a maximum of 10 to 10 urls (because of RAM) from a list of 100 urls or...
  3. I

    Bash script to determine if a streaming is live or off

    I found this bash script in the ask ubuntu forum and it works, but I would like to know if it can be used or improved to know if a tiktok stream is live or off, using the bash script via terminal (./test.url.sh /url.txt) in the .txt would be the tiktok addresses for example...
Top