JustAnotherArchivist / snscrape

A social networking service scraper in Python
GNU General Public License v3.0
4.31k stars 698 forks source link

Support for extracting Twitter ads ('promoted content') #917

Open ghost opened 1 year ago

ghost commented 1 year ago

Hello, I just started using Snscrape for a project and was wondering if promoted content on Twitter was scrapped as well or was already left out from collected tweets. I have a beginner level in Python/scrapping so I am sorry if the answer is obvious.

Thank you very much in advance!

JustAnotherArchivist commented 1 year ago

No, ads are currently not extracted, cf. #751.

ghost commented 1 year ago

Thank you for your answer, I wanted to be sure about that!