Code Monkey home page Code Monkey logo

Comments (13)

shaikhsajid1111 avatar shaikhsajid1111 commented on September 1, 2024

You're using Python 3.10?

from twitter-scraper-selenium.

shaikhsajid1111 avatar shaikhsajid1111 commented on September 1, 2024

You can clone this repository and try to install it from the source as well.

  1. Clone the repository
  2. Open Terminal in the repository directory
  3. Use the command pip install .

from twitter-scraper-selenium.

hoangthangbk51 avatar hoangthangbk51 commented on September 1, 2024

Ok thanks for support . I will try . And feedback.
So what is vesion of python requirement ?

from twitter-scraper-selenium.

hoangthangbk51 avatar hoangthangbk51 commented on September 1, 2024

image

from twitter-scraper-selenium.

hoangthangbk51 avatar hoangthangbk51 commented on September 1, 2024

After install it show "name "ex" not defined ." Please check on picture

from twitter-scraper-selenium.

shaikhsajid1111 avatar shaikhsajid1111 commented on September 1, 2024

Can you please share what code you're using that causes this error?. I just tried and it is working fine for me but might be something which is happening at your side

from twitter-scraper-selenium.

hoangthangbk51 avatar hoangthangbk51 commented on September 1, 2024

from twitter_scraper_selenium import scrap_profile
scrap_profile(twitter_username="LauraHa51649745",output_format="csv",browser="chrome",tweets_count=10,filename="microsoft",directory="home\use\downloads")
this is my code .

from twitter-scraper-selenium.

shaikhsajid1111 avatar shaikhsajid1111 commented on September 1, 2024

You're probably hitting the authentication page here. I got it too few times,
image

from twitter-scraper-selenium.

hoangthangbk51 avatar hoangthangbk51 commented on September 1, 2024

OK thanks . i got it .
I have a question . i have a list of usenam id with txt file , and i would like to get the lastest tweet link and the lastest retweet link of all use on the list . Is posible ?

from twitter-scraper-selenium.

shaikhsajid1111 avatar shaikhsajid1111 commented on September 1, 2024

Yeah, it is possible

from twitter-scraper-selenium.

hoangthangbk51 avatar hoangthangbk51 commented on September 1, 2024

OH , I i happy to hear that. Can you give me some instruction

from twitter-scraper-selenium.

shaikhsajid1111 avatar shaikhsajid1111 commented on September 1, 2024

There are several ways I see,

  1. You can use twitter's API. But It often has a rate limit and is sometimes hard to deal with.
  2. You can use this library with the proxy of the country which might have loose internet laws. You're hitting auth wall frequently probably that's the reason. I tried the same username twice or thrice and it worked for me.
  3. You can even check this library https://github.com/JustAnotherArchivist/snscrape. Not sure if is still working but last year it was working though, it uses Twitter's API I assume.

If you're planning to create your own web crawler, you can't use simple HTTP requests to scrape because front-end code is injected via JavaScript. You must use a Web browser in an unofficial way but still, you'll have to deal with auth wall. Have a look at their API documentation, they've tweet id in their API response which they call the status field, you can just use that single field to generate a tweet's URL. Tweet's URL can be generated just by simple string concatenation https://twitter.com/{twitter_username}/status/{status} . I think they probably will have some similar mechanism for retweets as well. Your data for requirements are much simpler and can be resolved via API itself, if you need more data which is not present in their API then you should go with this library.

from twitter-scraper-selenium.

hoangthangbk51 avatar hoangthangbk51 commented on September 1, 2024

Thankyou so much. I will learn and try

from twitter-scraper-selenium.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.