Twitter Scraping Tutorial in Python

Sdílet
Vložit
  • čas přidán 4. 07. 2024
  • In this video, Explained how to do twitter scraping in Python with out any API. Its a simple tutorial shows how to download tweets from twitter with Hashtag, Term and User Basis. And Finally, in this tutorial shown how to get Twitter user Profile Information as well.
    #twitterscraping #pythonscraping #scraping
    0:00 - 0:02 - Intro
    0:02 - 0:36 - Explaining Scraping
    0:37 - 9:51 - Scraping Tweets from Twitter
    9:51 - 11:36 - Scraping Profile Information from Twitter
    Link to Code - drive.google.com/file/d/1a2bI...
    Please subscribe to our channel for more related Videos and Python Machine Learning, Deep learning Projects.
    Link to Machine Learning Projects in Python
    • Machine Learning Projects
    Link to Deep Learning Projects in Python
    • Deep Learning Projects

Komentáře • 188

  • @KothaEd
    @KothaEd  Před 7 měsíci +6

    Hi Folks, Some times Instances might not be available to fetch tweets. In that case, try after sometime.

    • @user-hk6uk9vh9j
      @user-hk6uk9vh9j Před 7 měsíci

      Thanks. mode = 'user' works well. But mode = 'hashtag' has error fetching.

  • @santhoshj985
    @santhoshj985 Před 4 měsíci +3

    Thank you very much bhai! been scratching my head for week

  • @michealarun5482
    @michealarun5482 Před 4 měsíci +1

    Thanks you. You gave me clear idea to implement on hedge fund strategy.

  • @tojo_MOV
    @tojo_MOV Před 5 měsíci +2

    Thanks for the video, how can i use this to scrape data for a specific time period? Say from 2019-2021 specifically?

  • @mohammedbaig9569
    @mohammedbaig9569 Před 7 měsíci +7

    Legend bro, I needed this for an end of year project, bless you 🙏

    • @corfy2813
      @corfy2813 Před 5 měsíci

      i need to any idea how to start or somethin i tried my own code but gets banned acc

    • @OfficialLegend
      @OfficialLegend Před měsícem

      by any chance was it an A level NEA?

  • @uzairmughal9383
    @uzairmughal9383 Před 4 měsíci +2

    excellent video, man! it's of great use since that old way of twitter scraping stopped working after elon musk implemented some changes to twitter API policy.

  • @muradbaghirli
    @muradbaghirli Před 5 měsíci +4

    Do you know any methods to scrape the comments from a certain tweet? I would be so grateful if you provide info on this, thanks.

  • @tejaspednekar1412
    @tejaspednekar1412 Před 3 měsíci

    Can this be used for stock sentiment analysis project???

  • @user-nn5eg8uy4u
    @user-nn5eg8uy4u Před 7 měsíci +15

    Thanku... It's very rare package... So much useful for academic research projects

    • @KothaEd
      @KothaEd  Před 7 měsíci +1

      I am glad it’s helpful

  • @Vantin33
    @Vantin33 Před 7 měsíci

    Hello, the mode "hashtag" works fine but the mode user give me Instances are unreachable. Check your request and try again. Can you help me ?

  • @shahar-nx5wf
    @shahar-nx5wf Před měsícem

    Hi KothaEd,
    Thanks for a great explanation!
    is there any way to pull replies of a user with this package?

  • @akindefisayo3267
    @akindefisayo3267 Před 3 měsíci +2

    Hello Sir. Great content, very helpful and rare tutorial. It will help in my research. However, i will like to download tweets from a particular region in the USA, i mean geo tagged tweets, along with certain hashtags. Please, how do i achieve this using this package and the function

  • @Diego-Bravo
    @Diego-Bravo Před 6 měsíci

    Broo... thank you soooo much!! It helped me a lot

  • @user-cp1kr4iy9l
    @user-cp1kr4iy9l Před 5 měsíci

    Hey Thank you for this nice tutorial :) Is it possible to include the location from the different tweets in the file?

  • @Giggaoggy
    @Giggaoggy Před 5 měsíci

    Hello.. Your video is great!❤️... I have a question... How can I analyse/classify comments of any post of twitter just by pasting the link of that post?... Can you help me??

  • @3-fg4wp
    @3-fg4wp Před 5 měsíci

    Thank you sir, is it possible to scrape quote of the tweet?

  • @rraviteja
    @rraviteja Před 5 měsíci

    Hi bro thanks for this amazing video. Can you please tell is it possible to get list of latest 10 hashtags running

  • @debatradas1597
    @debatradas1597 Před 4 měsíci

    thank you so much sir

  • @darshjain3133
    @darshjain3133 Před 3 měsíci

    This Package isn't Working anymore i.e ntscraper cannot create more instances
    Do you have any other alternative??

  • @sukritgarg3175
    @sukritgarg3175 Před 5 měsíci

    THANK U SOO MUCH BROOO LOTS OF LOVE

  • @martinrehbein7564
    @martinrehbein7564 Před 13 dny

    Muchas gracias por su video me ayudaste mucho

  • @soninaveenkumar9883
    @soninaveenkumar9883 Před měsícem

    Thank you so much

  • @user-mi8ho5ud4m
    @user-mi8ho5ud4m Před 6 měsíci

    thank you so much

  • @veenakumari5986
    @veenakumari5986 Před 5 měsíci

    Is there any way to fetch user location, just the country?

  • @gustavoeduardoberdejogaray2032

    Hi, thx 4 the video. Question: How do I use the 'near' param? Bc I only need tweets from Peru

    • @KothaEd
      @KothaEd  Před 7 měsíci

      At current moment, there is functionality in Ntscraper python library to restrict tweets based on a location

  • @AlphaGodz
    @AlphaGodz Před 5 měsíci

    Thanks for this Video Brother.

  • @QuanquLeng
    @QuanquLeng Před 3 měsíci

    Cool video! I want to ask that whether the number of tweets scraping by this method is limited or infinite? Because I need a lot of data to conduct my research. Thanks!

    • @josebecerra313
      @josebecerra313 Před 2 měsíci

      Hey, did you resolve this? :) I need the same

  • @Caca-wx1yd
    @Caca-wx1yd Před 4 měsíci

    Hai KothaEd thank u for the vid, i need to scraping data from replies (text, retweet, like, & quote) on a someone thread, can u make a tutorial for that? i cannt find anywhere, its for my academic thesis sentiment analysis.Tthanks before, have a good day!

  • @HQ-OnlyFans-Traffic
    @HQ-OnlyFans-Traffic Před 4 měsíci

    The results seem inconsistent; sometimes it returns the data but often returns no data even without any error messages. Is this normal?

  • @navyaangela1765
    @navyaangela1765 Před 4 měsíci +1

    Hi, i want to scrape Twitter data based on spesific keyword but to do SNA analysis i need column "in_reply_to_screen_name".
    Can it scrape that column?

  • @mstifler2023
    @mstifler2023 Před 5 měsíci

    Hi, this was great tutorial, thankyou.
    Could you please do a video on how to create an api that can be used on front end? Also what is the best way to store the returned data in a database? Is it advisable to let the api handle that or should it be handled by front end code?
    I'm new to development/coding.
    Thanks.

    • @KothaEd
      @KothaEd  Před 5 měsíci

      It depends on requirements. How frequently data is read by downstream systems.

  • @nameless3248
    @nameless3248 Před 4 měsíci

    How can i get the comments of the tweet? The text of the comments.

  • @_daryyl
    @_daryyl Před 4 měsíci

    Is it possible to fetch tweets from quote tweets?

  • @justsimple2223
    @justsimple2223 Před 6 měsíci

    You're doing a great job!
    I'm so OVERWHELMED trying to complete my dream app. But your video saved me like a lifeline :D
    My Question: I'm creating a Python program to find users similar to my bio, but I don't have an idea how I can retrieve.
    So, any advice from you made it happen.

    • @KothaEd
      @KothaEd  Před 6 měsíci +1

      Try to get bio of all users and match relevant users based on similar words in bio

    • @justsimple2223
      @justsimple2223 Před 6 měsíci

      @@KothaEd okay, now it seems tangible.
      Here's the breakdown:
      - Fetch 50 random users.
      - Extract their bio (words).
      - Match their bios with the target user's bio using the same words.
      - In the end, return 10 people with similar words in their bios.

    • @memesbyanony
      @memesbyanony Před 6 měsíci

      @@KothaEd hello sir how can i scrape all pages of that user on twitter ?

  • @dhruvkaul9072
    @dhruvkaul9072 Před 5 měsíci

    Thanks for this tool. I was also wondering if it was possible to also retrieve any images or videos associated with a tweet.

    • @KothaEd
      @KothaEd  Před 5 měsíci

      Yes you can from tweet content

  • @vegitasandy
    @vegitasandy Před měsícem

    getting this if i run your code "No module named 'ntscraper'", why is that ?

  • @okanaltunbascom
    @okanaltunbascom Před 2 měsíci

    Thanks bro! How can we get follower and following list ?

  • @unaeantunestupinambas7121
    @unaeantunestupinambas7121 Před 5 měsíci

    Hi, first of all thanks for the great video!
    Q: My code is returning too many fetching errors, is there a better way to do it instead the line below? Why does this occur?
    scraper = Nitter(0)
    I'm student, working on a scientific research, and I need a good amount of data. Thanks!

    • @KothaEd
      @KothaEd  Před 5 měsíci +1

      The Nitter class object is going to initiate instances which are actually fetch tweets from twitter. Yes it causes some errors as instances might not be available at the moment. Try running the same code after sometime.

  • @tsuki_arts
    @tsuki_arts Před měsícem +2

    ntscrapperr is not working

  • @VivianaIsabellaPenaPena
    @VivianaIsabellaPenaPena Před 2 měsíci +1

    Thank you for your help! i have a question: can you scrap tweet replies? thanks again

  • @stanleychukwuemeka8841

    Is scraping millions of tweets still possible because i would like to build an AI model using the text data. Please if it's possible how can I go about it?

  • @ben-kn8bt
    @ben-kn8bt Před 6 měsíci

    is there a max amount of tweets we could pull using this model? thank you for such an informative video!

    • @KothaEd
      @KothaEd  Před 6 měsíci

      Have tried for 100 as maximum and it fetched 100 tweets for me

  • @FaizaanHussain
    @FaizaanHussain Před 7 měsíci

    thanks a lot it is working fine for me, i really needed this for my research project.
    can i scrape top tweets or tweets during a time period instead of latest tweets?

    • @KothaEd
      @KothaEd  Před 7 měsíci

      Thanks!!! If you need tweets from a specific period, just apply filter on tweet date field to get tweets from a specific period

    • @bastiab5933
      @bastiab5933 Před 5 měsíci

      @@KothaEd How exactly do you do that?

    • @zakaria6419
      @zakaria6419 Před měsícem

      @@KothaEdi want also comments is it possible?

  • @syedabdullah-jk6oe
    @syedabdullah-jk6oe Před 5 měsíci

    Appreciated your hard work. Is that really possible to fetch replies section on X profile and convert it into dataframe.csv? Kindly acknowledge.

    • @KothaEd
      @KothaEd  Před 5 měsíci

      Yea that’s what shown in video

  • @spytechchronicles
    @spytechchronicles Před 6 měsíci

    Great!, can we also scrape instagram or facebook in a similar way?

  • @randyluong6275
    @randyluong6275 Před 7 měsíci +1

    can we get tweets from multiple users on News feed, or we can only get tweets from particular user account at a time?

  • @josebecerra313
    @josebecerra313 Před 2 měsíci

    Why do I only get 60 tweets? after that number it says that the page is empty.

  • @ayush_cse
    @ayush_cse Před 5 měsíci

    Thanks a lot

  • @user-jk9ew7ki7x
    @user-jk9ew7ki7x Před 5 měsíci

    I want to extract tweets of #obesity of last two years for my research paper, so how to do that?

  • @ogr2spel
    @ogr2spel Před 6 měsíci

    Thank you very much! Is it possible to select a specific period of time?

    • @KothaEd
      @KothaEd  Před 6 měsíci

      Just scrape all the tweets from Python Library. Later apply filter on tweet time to get tweets from a specific time.

    • @AltafKhan-ka1zer
      @AltafKhan-ka1zer Před 5 měsíci

      @@KothaEd like applying it within code I don't get it. can you please explain?

    • @KothaEd
      @KothaEd  Před 5 měsíci

      @@AltafKhan-ka1zer After extracting tweets from a specific keyword, you would get result set as tweets. On the result set apply filter on tweet datetime column.

  • @busracelik1165
    @busracelik1165 Před 4 měsíci

    As far as i know elon musk doesn't give permission to extract data from twitter is this the new way of getting limitless data ?

  • @muhammadamir6499
    @muhammadamir6499 Před 7 měsíci

    sir the ntscraper not fetching the tweets anymore is there any issue in it or please refer any other library that can be successfully scrap the tweeter.

    • @KothaEd
      @KothaEd  Před 7 měsíci

      Sometimes instances might not be available. Please do after sometime.

    • @nananastricia2937
      @nananastricia2937 Před 6 měsíci

      hello, were you able to get it to work? it doesn't work for me either

    • @akanksha1323
      @akanksha1323 Před 6 měsíci

      It is coming up with 'empty page on'... Were you able to get the tweets?

  • @_daryyl
    @_daryyl Před 6 měsíci

    how do you fetch tweets with certain keywords on it from a specific time frame? awesome vid btw!

    • @KothaEd
      @KothaEd  Před 6 měsíci

      Just scrape all the tweets from Python Library. Later apply filter on tweet time to get tweets from a specific time.

  • @user-cp5up2ey2d
    @user-cp5up2ey2d Před 2 měsíci

    Can i get a tweet detail from tweet id ? if yes, then what should we need to write in a code? please help me on this for my final year proejct.

  • @hemantrawat414
    @hemantrawat414 Před 7 měsíci

  • @DavidDiaz-sb4pc
    @DavidDiaz-sb4pc Před 7 měsíci

    Hello, how are you, is it still working? It gives me an error that does not allow me to connect to the instances and does not allow me to scrape any tweets? Might you help me ?

    • @KothaEd
      @KothaEd  Před 7 měsíci

      I just checked now. It’s working fine. Please try now

  • @user-vc3bp6xv3w
    @user-vc3bp6xv3w Před 7 měsíci

    thx a lot bro, can this package scrape Chinese hashtags or terms? I've tried it on my own, it seems the URL in the Nitter doesn't match....

    • @KothaEd
      @KothaEd  Před 7 měsíci

      I tried to scrape Chinese Hashtags and Terms but Nitter is returning with Empty results.

    • @YTDiscovery
      @YTDiscovery Před 6 měsíci

      so this means this package can not scrape chinese?@@KothaEd

  • @yael2233ram
    @yael2233ram Před 5 měsíci

    thanks so much!! I want to scrape all tweets with a certain term, not by a specific user, how do I do that? please help!

    • @KothaEd
      @KothaEd  Před 5 měsíci

      You can do that with term

    • @yael2233ram
      @yael2233ram Před 5 měsíci

      Thank you, so should I put nothing before the mode?@@KothaEd

  • @justsimple2223
    @justsimple2223 Před 6 měsíci

    As for my project, I need to find users by the intersection of hashtags like Python, writer, AI, and study. But idk how to get the same results.
    Please reply as soon as possible if you know something.

  • @nastaran1010
    @nastaran1010 Před 4 měsíci

    Thanks.. I have two questions. 1) Are we only going to have access to the public pages?, 2) when I choose more than 5 tweets , I faced the error. How much data can be easily obtained ?

    • @KothaEd
      @KothaEd  Před 4 měsíci

      By default it fetches 5 tweets, it can scrape more than that without any issues

  • @huzaifa.arshad
    @huzaifa.arshad Před 3 měsíci

    One question. Do we have to login first to out twitter to use this package?

  • @atulyakr.2003
    @atulyakr.2003 Před 5 měsíci +1

    i am getting module not found error

  • @ogr2spel
    @ogr2spel Před 2 měsíci

    Is it still working, please? I've tried today, but there is an error:(

  • @cassiusdeschamps1394
    @cassiusdeschamps1394 Před 7 měsíci +1

    I seem to be having the problem of all instances are being unreachable, do we have a solution for this ?
    thanks

    • @KothaEd
      @KothaEd  Před 7 měsíci +2

      Sometimes instances might not be available. Please do try after sometime

  • @nathanlms5441
    @nathanlms5441 Před 7 měsíci

    Hi, does this still work? I'm currently trying to use get_tweets and it works when I don't specify the mode, but if I add mode ='user' it says "Error fetching"
    Thank you for the tutoriel !

    • @ruslanakhmetzyanov5503
      @ruslanakhmetzyanov5503 Před 7 měsíci

      I have "error fetching" too. Have you solved this issue?

    • @KothaEd
      @KothaEd  Před 7 měsíci

      I am able to fetch tweets with mode = 'user'. Try checking now

    • @nathanlms5441
      @nathanlms5441 Před 7 měsíci

      @@KothaEd I still have the same issue right now... but thanks !

    • @alyaalsalamah2151
      @alyaalsalamah2151 Před 7 měsíci

      Hi nathan, you have the basic package ? because I tried to not use web scrapping and it doesn’t work it says I have limited access while I am on API V2

    • @nathanlms5441
      @nathanlms5441 Před 6 měsíci

      @@alyaalsalamah2151 I don't know, I have the version 0.3.5, is it the good one ?

  • @raghadfahad211
    @raghadfahad211 Před 2 měsíci

    thank you sir

  • @memesbyanony
    @memesbyanony Před 7 měsíci

    how can i get location of tweets

  • @wilgow1733
    @wilgow1733 Před 7 měsíci

    Hello bro, cool project. I have thesis project to make crime map from geolocation twitter. Can i scrapping geolocation (longitude latitude) from twitter ???

    • @KothaEd
      @KothaEd  Před 7 měsíci

      Ntscraper python doesn’t have functionality to filter tweets based on geolocation

    • @wilgow1733
      @wilgow1733 Před 7 měsíci

      ahh i see, do you know any method to get geolocation??@@KothaEd

    • @fatmahalafari4212
      @fatmahalafari4212 Před 6 měsíci

      the same goes for me, I need to fetch the location coordinates of the tweets. Have you been able to figure out how?

  • @nayelizapataalvarez84
    @nayelizapataalvarez84 Před 7 měsíci

    Can I limit the country where the hastag comes from? What is the tweet limit?

    • @KothaEd
      @KothaEd  Před 7 měsíci

      I highly doubt restricting tweets based on country but you can restrict tweets limit by passing number argument

  • @user-ji8wt8rj9y
    @user-ji8wt8rj9y Před 6 měsíci

    what ide are you running this code on ?

  • @Ao.Explore
    @Ao.Explore Před 5 měsíci

    Thanks for sharing! Why the creation of Nitter object requires testing instances please?

    • @KothaEd
      @KothaEd  Před 5 měsíci

      Instances are the actual scrapers to get tweets from twitter

  • @guillermogomez9731
    @guillermogomez9731 Před 3 měsíci +1

    It doesn't work, is there any other alternative?

  • @user-xc8jt1xl3j
    @user-xc8jt1xl3j Před 5 měsíci

    is there a way I can scrape only posts with more than 1000 likes? I can choose to scrape all and then filter but this would be super ineffecient as there will be alot of redundant tweets from bots. Thank you!

    • @KothaEd
      @KothaEd  Před 5 měsíci

      I’m working on it

  • @uzairmughal9383
    @uzairmughal9383 Před 4 měsíci +1

    can we add multiple users in a single code? like if I want to extract tweets from more than one users?

    • @KothaEd
      @KothaEd  Před 4 měsíci

      Yes you can. Add list of users as array and pass it

  • @khaledhamdy9944
    @khaledhamdy9944 Před 5 měsíci

    how scrap number of views and retweet ... thanks

  • @PelStrike
    @PelStrike Před 5 měsíci

    Hi, are you purchasing the API for this to work?

    • @KothaEd
      @KothaEd  Před 5 měsíci

      No it’s completely free

  • @arnavkumar9343
    @arnavkumar9343 Před 7 měsíci

    Is it possible to scrape tweets with multiple terms?

    • @KothaEd
      @KothaEd  Před 7 měsíci +1

      Yes it is possible. Add all search terms in to an array and pass it in place of search term

    • @justsimple2223
      @justsimple2223 Před 6 měsíci

      @KothaEd, It only works for 2 search terms.
      like - scraper.get_tweets(["python", "writer"])

  • @3ux1n3
    @3ux1n3 Před 5 měsíci

    i need to scrape followers list is there a way ?

    • @KothaEd
      @KothaEd  Před 5 měsíci

      This feature is not yet available

  • @Lyacera
    @Lyacera Před 7 měsíci

    Hello bro, can i get long lat scrapping from twitter ?

    • @KothaEd
      @KothaEd  Před 7 měsíci +1

      Sorry long lat ??

    • @Lyacera
      @Lyacera Před 7 měsíci

      longitude and latitude@@KothaEd

  • @hemantrawat414
    @hemantrawat414 Před 7 měsíci

    Another vedio for insta and Facebook account

  • @wagmi614
    @wagmi614 Před 5 měsíci

    how to keep waiting for a new tweet from a particular user and print in real-time?

    • @KothaEd
      @KothaEd  Před 5 měsíci

      No scraper will provide live feed. You have to check for new tweets by a specific time frame

  • @memesbyanony
    @memesbyanony Před 7 měsíci

    thank u sir, can u show how to do same with restriction of specific country's tweet data ?

    • @KothaEd
      @KothaEd  Před 7 měsíci

      At current moment, there is functionality in Ntscraper python library to restrict tweets based on a location

  • @TheBazig
    @TheBazig Před 7 měsíci

    Hi sir kindly tell how to scrap fast food chain like kfc and Macdonald's customer review data from Twitter and facebook using python for educational purpose.
    I shall be so thankful to you.
    Regards

  • @anushawaseemkhan5016
    @anushawaseemkhan5016 Před 6 měsíci

    how can i fetch tweets only in urdu?

  • @dad_joke_depot
    @dad_joke_depot Před 6 měsíci

    how can i get the trending hashtags by this ??

    • @KothaEd
      @KothaEd  Před 6 měsíci

      At the moment, trending hashtags feature is not available.

  • @MERN_STACK_DEV
    @MERN_STACK_DEV Před 6 měsíci

    Is it possible to fetch all the tweets of user

    • @KothaEd
      @KothaEd  Před 6 měsíci

      Yes it is possible

  • @Varadi6207
    @Varadi6207 Před 6 měsíci

    Hello bro, plz help in scraping email id

  • @rubenagurcia906
    @rubenagurcia906 Před měsícem

    it isn't posible to use nitter anymore

  • @twitchzone3786
    @twitchzone3786 Před 7 měsíci

    Is there anyway to scraper twitter profile followers?

    • @KothaEd
      @KothaEd  Před 7 měsíci

      The mentioned python library helps you to fetch profile data like No of followers and No of tweets. Are you looking for list of followers ?

    • @twitchzone3786
      @twitchzone3786 Před 7 měsíci

      @@KothaEd yes list of followers

  • @iSekarRaja
    @iSekarRaja Před 6 měsíci

    IT showing - No module named 'tqdm' it seems. Kindly help

    • @aizddnzhfri
      @aizddnzhfri Před 6 měsíci

      Help I have the same issues too @KothaEd PLEASEEEEE URGENTTT

    • @KothaEd
      @KothaEd  Před 6 měsíci

      Some times instances may not be available. pls try after sometime.

  • @user-cj8gf3hl3y
    @user-cj8gf3hl3y Před 4 měsíci

    only user is working upto 10 tweets its working beyond that it is not working.. outdated.

  • @ruslanakhmetzyanov5503
    @ruslanakhmetzyanov5503 Před 7 měsíci

    Does this thing still work?

    • @KothaEd
      @KothaEd  Před 7 měsíci

      Yes it is still working.

  • @user-jp6pr9te3z
    @user-jp6pr9te3z Před 7 měsíci

    It's saying high retries detected, I tried many times

    • @KothaEd
      @KothaEd  Před 7 měsíci +1

      It happens. Please do try it after sometime

  • @NanthaGopal-vj2wq
    @NanthaGopal-vj2wq Před 3 měsíci +1

    ntscraper is not working lol

  • @wreak8289
    @wreak8289 Před 15 dny

    Nitter is a discontinued now what

  • @BrainwaveSafari
    @BrainwaveSafari Před 7 měsíci

    can you provide that file?

    • @KothaEd
      @KothaEd  Před 7 měsíci

      Code link updated in Description. pls check

    • @pedropablocalderon5012
      @pedropablocalderon5012 Před 7 měsíci

      @@KothaEd I can't find it

    • @KothaEd
      @KothaEd  Před 7 měsíci

      Here it is - drive.google.com/file/d/1a2bI9_PcYF8oN_hoDxOh1JCx1j1Tu-v9/view?usp=sharing

  • @user-jk2ov7rb7o
    @user-jk2ov7rb7o Před 7 měsíci

    I got some problem while using it. here it is:
    New working instances:
    17-Nov-23 23:21:20 - All instances are unreachable. Check your request and try again.

    • @KothaEd
      @KothaEd  Před 7 měsíci

      Sometimes instances might not be available. Try after sometime

    • @arnavkumar9343
      @arnavkumar9343 Před 7 měsíci

      same problem

    • @user-hk6uk9vh9j
      @user-hk6uk9vh9j Před 7 měsíci

      same problem22

    • @aomo5293
      @aomo5293 Před 7 měsíci

      I have tested and it works;

    • @hemantrawat414
      @hemantrawat414 Před 7 měsíci

      same problem i need solution fast please help me

  • @gautamsaxenaf6041
    @gautamsaxenaf6041 Před 4 měsíci

    bad tutorial

  • @BenjaminBartKwekuArthur-db7mc

    Very helpful

  • @kenzakhelkhal7931
    @kenzakhelkhal7931 Před 7 měsíci

    Thanks a lot