Twitterscraper

Latest version: v1.6.1

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

Scan your dependencies

Page 3 of 6

0.9.0

Added
- Added -u / --user command line argument which can be used to scrape all
tweets from an users profile page.

0.8.1

- saving .csv files as an utf-8 encoded file. This fixes https://github.com/taspinar/twitterscraper/issues/138

0.8.0

Fixed
- remove two headers which caused bad fetching results https://github.com/taspinar/twitterscraper/issues/126issuecomment-405132147
- fix python2 logger bug https://github.com/taspinar/twitterscraper/issues/134 https://github.com/taspinar/twitterscraper/issues/132 https://github.com/taspinar/twitterscraper/issues/127

Improved
- Use a generator to get tweets, but convert to list in `query_tweets_once`
- this is useful for low memory applications, like massively parallelizing twitter scraping through AWS Lambda (128MB RAM)
- use single quotes for all strings (it was inconsistent prior)
- pep8 compliance on L28

Removed
- remove `eliminate_duplicates` dead code

0.7.2

Fixed
- twitterscraper.logging is imported as logger instead of logging in order to
avoid a module name clash with Python2's logging module.

0.7.1

Improved
- Give access to logger for scripts which import this module. Create the module,
`logging.py`, which contains the logger used by twitterscraper.

Removed
- fake_useragent is removed as a dependency, since it has been giving
user-agent headers which keep being blocked by Twitter.

0.7.0

Fixed
- By using linspace() instead of range() to divide the number of days into
the number of parallel processes, edge cases ( p = 1 ) now also work fine.
This fixes https://github.com/taspinar/twitterscraper/issues/108.

Improved
- The default value of begindate is set to 2006-03-21. The previous value (2017-01-01)
was chosen arbitrarily and leaded to questions why not all tweets were retrieved.
This fixes https://github.com/taspinar/twitterscraper/issues/88.

Added
- Users can now save the tweets in a csv-format, with the arguments "-c" or "--csv"

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.