Recent content by kexkex

  1. K

    Has Twitter changed the max number of likers for a tweet you can view?

    Noticed recently that I tap the liked by icon in the mobile app it no longer shows every single user who liked the Tweet but is capped. I also checked the website and it seems to be capping the list to around 80 users. Is this something Twitter changed recently?
  2. K

    Follow /Unfollow Strategy

    Agreed with one caveat, when you’re starting a new account you need some people to see your content and engage with it to get the organic follows. I think follow/unfollow is useful to get that start.
  3. K

    How to solve call failed error - then auto suspension after 15 days - Verify your phone number - Sorry, the request failed. Please try again later.

    Taiwan. Why would it restrict that number if it allowed phone verification via SMS before?
  4. K

    How to get started learning to build HTTP request bots?

    Hey there. Fairy experienced coder. Have built Twitter bots using their API (not real black hat I know lol) and recently done browser automation. I keep hearing about HTTP request bots. Could someone point me in the right direction to go about learning this please? Having trouble finding...
  5. K

    Facebook bots spamming my group

    Could you bot your own page to delete spam?
  6. K

    How to solve call failed error - then auto suspension after 15 days - Verify your phone number - Sorry, the request failed. Please try again later.

    I have also had this issue. Phone number verified recently. I click to try and get the phone call from Twitter and get the error. Such a joke.
  7. K

    Has anyone had success with puppeteer-extra and 2captcha so automate solving of the recaptcha?

    Hey, I got my first recaptcha thrown at my bot the other day. Has anyone managed to use puppeteer-extra and 2captcha to solve these? The recaptcha images aren't static, after solving the first bunch they will fade away and new ones will appear. Just wondering how it's even possible to automate...
  8. K

    twitter tutorial guides anywhere?

    Is phone verification the the screen that’s presented if Twitter suspects suspicious activity? I’ve seen a screen when I need to login with a phone number or Twitter username. Is that it, or is it something different?
  9. K

    Puppeteer often fails waitForNavigation with Timeout error on Twitter

    Hey. I am playing around with Puppeteer for Twitter automation. I have discovered that often the navigation will timeout. For example: puppeteer.launch({ headless: false }).then(async browser => { try { const page = await browser.newPage(); await...
  10. K

    How does Jarvee and other Twitter bots work?

    Curious, but how does Jarvee work for Twitter? Do you need to supply it with API keys or is it website/scraper based? And for other Twitter bots, are the majority of them using the api with keys or scraping?
  11. K

    Using two different IP addresses for Twitter (4g and wifi), is this dangerous?

    Hey y'all, enjoying the forums so far. I'm currently getting into Twitter bots. I'm going to try running 4 accounts to begin with. Quick question on the IPs though. I understand that some people have said they have been fine running around 4-5 accounts on a single IP, however what about it the...
Back
Top