shaikhsajid1111 / twitter-scraper-selenium

Python's package to scrap Twitter's front-end easily
https://pypi.org/project/twitter-scraper-selenium
MIT License
308 stars 50 forks source link

Deprecated Not Working Functions and Updated README for same #79

Closed shaikhsajid1111 closed 1 year ago

shaikhsajid1111 commented 1 year ago

These functions:

  1. scrape_keyword()
  2. scrape_topic()
  3. scrape_keyword_with_api()
  4. scrape_topic_with_api()

have been deprecated and will no longer be operational after the pending Pull Request (PR) is merged. This decision is a result of Twitter's implementation of an authentication wall, which restricts access to the data previously accessible through these functions. Should Twitter's policy revert to granting public access to this data in the future, there may be a possibility of these functions regaining their functionality