Skip to content

Releases: stanfordio/gogettr

v0.9.0

18 Oct 16:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

Adapt to new API changes, add livestream pulls

13 Jan 19:42
Compare
Choose a tag to compare

What's Changed

  • Add Live capability by @KonradIT in #16
  • Fix followers and following search (API limit lowered from 500 to 20)

Full Changelog: v0.7.0...v0.8.0

Bug fixes and reliability improvements

01 Jan 21:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

Reliability improvements and `registered` command

13 Jul 18:53
77de261
Compare
Choose a tag to compare
  • Adds the registered command to check if a username is registered (thanks @KonradIT).
  • Reliability improvements for the all command.

Comments, robustness, and performance improvements

09 Jul 20:08
f1e4cd6
Compare
Choose a tag to compare
  • A comments command is now available to pull all the comments on a post. Thanks @KonradIT!
  • The all command now pulls posts and comments in parallel using a thread pool, making the command faster by an order of magnitude. You can set the number of workers using the --workers option.
  • GETTR's API is sometimes unreliable, and it's constantly changing. This release makes GoGettr less likely to unnecessarily propagate GETTR API errors. (For example, requests that timeout are now retried.)

Search support and documentation improvements

08 Jul 18:39
4af8bed
Compare
Choose a tag to compare
v0.4.0

More linting and reformatting

Initial release on PyPI

07 Jul 17:26
7bf3aea
Compare
Choose a tag to compare
v0.3.1

Update README

Performance and bug fixes

05 Jul 20:37
2fd4213
Compare
Choose a tag to compare
v0.3.0

Bump version

First public release

05 Jul 19:15
74a556c
Compare
Choose a tag to compare
v0.2.1

Bump minor version