Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Releases: twintproject/twint

Fixes and little improvements. Changed Elasticsearch Schema

19 Oct 10:08
Compare
Choose a tag to compare

Improvements

  • since/until accept hh:mm:ss to fine the search
  • normalizer for cashtags,hashtags,mentions and usernames

Thanks to @AFPMedialab

  • added support for Python3.8

Thanks to @Jamim

Twint 2.1.0

12 Aug 12:42
Compare
Choose a tag to compare

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 from long to keyword
  • 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

11 Aug 07:36
Compare
Choose a tag to compare

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

30 May 16:46
Compare
Choose a tag to compare

Fixes

  • Limit

Additions

  • Elasticsearch support for "full users" option

Twint 1.1.3

28 May 21:12
Compare
Choose a tag to compare

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)

    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

17 May 10:04
Compare
Choose a tag to compare

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

02 May 00:19
Compare
Choose a tag to compare

Additions

  • Custom CSV Formatting
  • New CSV Style

Fixes

  • Various outputting fixes

Twint 1.1

30 Apr 07:43
Compare
Choose a tag to compare

Whats new

  • Module
  • Graph Visualizer
  • Ability to scrape Followers, Followings, and Favorites
  • Rebranding

Tweep v1.0

01 Mar 01:23
Compare
Choose a tag to compare
Update tweep.py