Recent content by newcat

  1. N

    How to warm up a new account?

    TikTok has a different mechanism for checking the user account and the device it's running on. They have quite complex device activation and fingerprinting mechanism. If this mechanism decides to flag your device, then it doesn't matter which user account is used, you'll still get the impact of...
  2. N

    TikTok search filters

    Is there any way to apply language and/or region filters on TikTok search? TikTok supports several built-in filters and sorting options according to the search type (general, videos, users, music etc.), but I couldn't find any option in the mobile app or the web interface to filter by...
  3. N

    Search TikTok by region or language?

    Is there any way to search TikTok by specific language or by country/region, in a similar way that Twitter search works? (i.e. adding something like country:UK or lang:es etc..) TikTok does store the title and description language in the video object, it's just that I'm not sure if it can be...
  4. N

    How to bypass emulator's detection ?

    Forgot to mention that you can find services in RapidAPI that will calculate the required TikTok signatures (and even services that already provides the full API to interact with IG/TikTok programmatically).
  5. N

    What AI tools are you guys using to code?

    For PHP I'm using PHPStorm with JetBrains build-in AI Assistance and the recently added coding agent Junie. I also have the Github CoPilot plugin that can make edits. In terms of models, I'm switching between Sonnet 3.7 and GPT 4o-mini-high. The new Junie agent seems quite promising (it was...
  6. N

    how to run tik tok pre recorded live?

    Have you tried using the TikTok Studio along with RTMP source like OBS? Another option is using OBS with a service like loola.tv.
  7. N

    I am new here. bot developer Discord & revolt automated

    Welcome! I'm also relatively new here (joined few days ago), but been into bots development for long time. My area of interest is mainly social media apps. Happy to exchange thoughts and ideas.
  8. N

    How to bypass emulator's detection ?

    When dealing with mobile apps emulation, one approach is to emulate the environment, use the original binaries (APK in case of Android) and some system hooks to control the app flow. Another approach is emulating the communication protocol and the various flows between the app and its backend...
  9. N

    Problems when scraping Amazon

    Not all product pages are the same on Amazon. There are different product category that are available per country, device type etc. Could you please give some sample ASINs that gives you troubles? Some things to consider: - using different user agents (for example such that are suitable for...
  10. N

    Hi everyone!

    Hi! I'm new to the forum :) Mainly interested in bots development. I've been doing this for many years now, so mainly looking to exchange thoughts and ideas with other developers. Is there any specific forum section where technical stuff is being discussed? Thanks!
Back
Top