Recent content by iincognito15

  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?

    This Bash script try to work, but the problem is the "access token" I got this message on terminal: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 194 100 166 100 28 194 32 --:--:-- --:--:-- --:--:-- 227 Error al obtener la información...
  3. 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...
  4. I

    Bash script to determine if a streaming is live or off

    Don't Worry, it's not the API.
  5. I

    Bash script to determine if a streaming is live or off

    Hello! As you know I do NOT know anything about programming, and I got the code or bash script in Ubuntu to know if a page is online or not, I wanted to use it to know if a tiktok user is online or not from a list of users in a . TXT file, I have realized (within my naivety) that it may not be...
  6. I

    Bash script to determine if a streaming is live or off

    Ok, thanks for your answer!
  7. 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