Twint Versions Save

An advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing you to scrape a user's followers, following, Tweets and more while evading most API limitations.

v2.1.4

4 years ago

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

v2.1.0

4 years ago

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

v2.0.0

4 years ago

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

1.1.3.1

5 years ago

Fixes

  • Limit

Additions

  • Elasticsearch support for "full users" option

1.1.3

5 years ago

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

1.1.2.1

5 years ago

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

5 years ago

Additions

  • Custom CSV Formatting
  • New CSV Style

Fixes

  • Various outputting fixes

1.1

5 years ago

Whats new

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

v1.0

6 years ago