mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
Closes: https://bugs.gentoo.org/817248 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
40 lines
1.8 KiB
XML
40 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>lssndrbarbieri@gmail.com</email>
|
|
<name>Alessandro Barbieri</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
No authentication. No API. No limits.
|
|
|
|
Twint is an advanced Twitter scraping tool written in Python that allows for scraping Tweets from Twitter profiles without using Twitter's API.
|
|
|
|
Twint utilizes Twitter's search operators to let you scrape Tweets from specific users, scrape Tweets relating to certain topics, hashtags & trends, or sort out sensitive information from Tweets like e-mail and phone numbers. I find this very useful, and you can get really creative with it too.
|
|
|
|
Twint also makes special queries to Twitter allowing you to also scrape a Twitter user's followers, Tweets a user has liked, and who they follow without any authentication, API, Selenium, or browser emulation.
|
|
tl;dr Benefits
|
|
|
|
Some of the benefits of using Twint vs Twitter API:
|
|
|
|
Can fetch almost all Tweets (Twitter API limits to last 3200 Tweets only);
|
|
Fast initial setup;
|
|
Can be used anonymously and without Twitter sign up;
|
|
No rate limitations.
|
|
|
|
Limits imposed by Twitter
|
|
|
|
Twitter limits scrolls while browsing the user timeline. This means that with .Profile or with .Favorites you will be able to get ~3200 tweets.
|
|
</longdescription>
|
|
<upstream>
|
|
<doc lang="en">https://github.com/twintproject/twint/wiki</doc>
|
|
<bugs-to>https://github.com/twintproject/twint/issues</bugs-to>
|
|
<maintainer status="active">
|
|
<email>codyzacharias@pm.me</email>
|
|
<name>Cody Zacharias</name>
|
|
</maintainer>
|
|
<remote-id type="github">twintproject/twint</remote-id>
|
|
<remote-id type="pypi">twint</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|