bisguzar / twitter-scraper

Scrape the Twitter Frontend API without authentication.
MIT License
3.87k stars 599 forks source link

Tweet Links and Media Files #188

Open BradKML opened 3 years ago

BradKML commented 3 years ago

As observed in https://github.com/taspinar/twitterscraper#1-motivation it seemed that Tweet Links and Tweet Multimedia files can be acquired. Is there a way of getting them without using taspinar's repo?

Prit2341 commented 1 year ago

Yes, there are other ways to acquire tweet links and multimedia files from Twitter without using the taspinar/twitterscraper One way is to use the Twitter API to access tweets and retrieve the information you need. The API allows you to search for tweets, retrieve user timelines, and access various other data. Additionally, you can use Python libraries such as Tweepy or python-twitter to interact with the API and access tweets. You could also scrape tweets using a web scraping library such as Beautiful Soup or Scrapy.

BradKML commented 1 year ago

Might find a way to see if BeautifulSoup download combo can be made. There should be other solutions that can be chained up. https://github.com/JustAnotherArchivist/snscrape/issues/143 (slightly convoluted) https://github.com/istudyatuni/artworks-downloader/blob/master/art_dl/sites/twitter.py (relies on nitter gateway, might not get everything)