Search results

  1. ebalda

    Nodejs or PHP

    Well if you are considering building it from scratch by your self then NodeJs, because if you are beginner that decided to build own cms with PHP this can end up with lots of security related bugs. Also this does not mean that you won't encounter any security issues with the JS. But best...
  2. ebalda

    Cheapest way to scrape 100,000 google search results?

    This api is charging 170$ for 100k searches https://rapidapi.com/logicbuilder/api/google-search-data/pricing
  3. ebalda

    IG programming

    Jees Current mobile version is built with React Native Back end is running mostly with Python 3
  4. ebalda

    Java,Php, Curl not sure what code is this need help

    \w = A-Za-z0-9_
  5. ebalda

    Java,Php, Curl not sure what code is this need help

    in your case username can contain any character .+ and thats not a correct solution
  6. ebalda

    Java,Php, Curl not sure what code is this need help

    /^https:\/\/+$/"]www.tiktok.com\/@[\w.]+$/
  7. ebalda

    Is Tiktok a good place for scraping emails?

    With that tool https://github.com/drawrowfly/tiktok-scraper you can scrape hashtag feed(for example) , and apply Regex on users BIO, some of user add emails to the BIO
  8. ebalda

    Hashtag research tool suggestions

    That one is good and simple https://ohtags.com/
  9. ebalda

    Tiktok stats checker ( like igblade for ig? )

    https://infohats.com is really good they also started showing if user has any other profiles in other social networks
  10. ebalda

    Tik Tok Daily Growth Progress

    Nice mate and good luck For the convenience you can add your profile to this service https://infohats.com/ its free and you can track your daily progress
  11. ebalda

    Anyone know a good app to download Tiktok vids?

    There you go https://github.com/drawrowfly/tiktok-scraper
  12. ebalda

    React Native vs Flutter or Java | Which one should be learn?

    Everything depends from your needs. If you decide to build serious games then closest from your list will be Java React Native is a Javascript Framework for the "front end". I mean nothing stops you from using PHP on the back end Learning Flutter means that you will learn Dart, it is also a...
  13. ebalda

    Best Programming Language to Learn in 2020?

    Depends from your needs If you are in to ML/AI/Data Science then Python If you are in to the Web development front end or back end or all together(full stack) then Javascript preferably Typescript If you are in to mobile (not game) you can also learn Javascript or even better Flutter and Dart...
  14. ebalda

    Download all photos/videos from an instagram account? (zip)

    There you go https://github.com/drawrowfly/instagram-scraper
  15. ebalda

    How to download IG video

    You can use this tool https://github.com/drawrowfly/instagram-scraper
  16. ebalda

    Tool to check if a hashtag is banned on IG before putting it on account?

    I'm using this tool https://ohtags.com , when i click on tag for more info it is showing me if tag is banned or not
  17. ebalda

    Looking for a tool to get volume of research of hashtags Instagram

    Not possible, there is no public info or instagram api related to what you need. The only way you can do it is to create own hashtag generator tool and collect all data that your clients are searching for. For hashtag research i'm using https://ohtags.com they can generate up to 2k tags only...
  18. ebalda

    Instagram Hashtags

    This app is really good https://ohtags.com , free, no adds , good interface and good part is that it can show you Top Post on each hashtag
  19. ebalda

    DO YOU LIKE WELL DEFINED HASHTAG SEARCH SITE FOR INSTAGRAM ?

    Recently found a small free and easy to use web app for instagram hashtags research https://ohtags.com/ it can show you 9 top post from the selected hashtag , really convenient There are some random bugs, but someone is always updating this app
Back
Top