This repository has been archived by the owner on Mar 30, 2023. It is now read-only.
Releases: twintproject/twint
Releases · twintproject/twint
Fixes and little improvements. Changed Elasticsearch Schema
Improvements
since
/until
accept hh:mm:ss to fine the search- normalizer for
cashtags
,hashtags
,mentions
andusernames
Thanks to @AFPMedialab
- added support for Python3.8
Thanks to @Jamim
Twint 2.1.0
New features:
- added
user_rt
: name of the user at the time which retweeted - extended
user_rt_id
to any retweet and not just specific ones - added
retweet_id
- added
reply_to
: list of{user_id, username}
of users which you'd reply to
Enhancements:
Elasticsearch
- changed
user_rt_id
fromlong
tokeyword
- added entries for new fields
SQLite Database
- extended
retweets
table - added
replies
table
File output
Updated tweetFieldnames
according to new fields
Twint 2.0.0
Among little fixes and improvements, a lot of new features and filters have been added:
New Filters
--popular-tweets
(Scrape popular tweets instead of recent ones.)--native-retweets
(Filter the results for retweets only.)--min-likes
(Filter the tweets by minimum number of likes.)--min-retweets
(Filter the tweets by minimum number of retweets.)--min-replies
(Filter the tweets by minimum number of replies.)--links
(Include or exclude tweets containing one o more links. If not specified you will get both tweets that might contain links or not.)--source
(Filter the tweets for specific source client.)--members-list
(Filter the tweets sent by users in a given list.)--filter-retweets
(Exclude retweets from the results.)
Bug fixes
- upgraded resume option
- fixed format issue
- updated SQLite database schema
Compatibility
- updated compatibility with Elasticsearch 7.x
Twint 1.1.3.1
Fixes
- Limit
Additions
- Elasticsearch support for "full users" option
Twint 1.1.3
What's New?
-
Dates, Times & Timezones are now converted to local system time
-
Cleaner Code & Optimized performance
-
Ability to collect Retweets - 2 ways:
Fast: (Limited)- [+] Finished: Successfully collected 828 Tweets from @RealDonaldTrump.
Slow: (Not Limited)
c.Profile_full
-
Added mentions, retweet, rt_user, essid fields, and more
-
Added proxy support to Twint.py
-
Added userlist support to Twint.py
-
Bug Fixes
-
JSON output can now be customized.
-
Complete User profile option
Graph Compiled Sources
Compiled sources for Twint Graph Explorer
.
Unzip the file corresponding to your platform and arch, open twint
.
Your DB file must be in the same directory of twint
.
To compile by your own see the Wiki
1.1.2
Twint 1.1
Tweep v1.0
Update tweep.py