Twarc

Latest version: v2.14.0

Safety actively analyzes 640301 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 20 of 22

0.8.2

This release includes two new command line options and similarly named Twarc methods: `friend_ids` and `follower_ids`. You can use them to lookup user ids for accounts that follow a given Twitter user, or that a given Twitter user follows.


% twarc.py --follower_ids HillaryClinton > followers.txt


or


% twarc.py --friend_ids HillaryClinton > friends.txt


Thanks to dchud for the contribution!

0.8.1

Some new functionality:
- `--http_errrors` and `--connection_errors` to control how many times to keep trying after low level connection errors. Thanks justinlittman!
- `--geocode` to limit search results to a particular location & radius. Thanks chosak!
- `utils/geofilter.py` for filtering in/out tweets with any geo information or geo information within a particular fence. Thanks chosak again!

0.7.0

Lotsa new functionality from the good folks at gwu-libraries.
- fetch sample stream
- fetch user timeline
- fetch user profile (by user id and screen name)

0.6.2

Includes new functionality to catch intermittent gzip encoding errors coming from the Twitter API during hydration. Thanks lwrubel!

0.6.1

This release includes a new command line option `--result_type` for search operations. It currently only applies to search operations:


% twarc.py --search obama --result_type recent


Possible values are `recent`, `mixed` and `popular`. The default value is `recent`. For more information about the meaning of these value please consult the [Twitter Search API documentation](https://dev.twitter.com/rest/reference/get/search/tweets#api-param-search_result_type).

The `result_type` is also made available programmatically as a parameter on the `Twarc.search` method. Thanks to dchud for this contribution.

0.5.2

New release to fix incomplete upload to PYPI.

Page 20 of 22

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.