Skip to content

Releases: WhiteApfel/itereddit

🏷️ Version 1.0.1

31 Oct 12:41
baead81
Compare
Choose a tag to compare

🎉 New args, type-hints and exceptions

In this release:

  • Add arg to deny 18+ content
  • Add arg to sorting: hot or new
  • Add arg to set indent: last_post_id
  • Fix client import
  • Add raising an exception if non-200 response

✨ Add new reddit api arguments on class init

14 Oct 13:59
37734bb
Compare
Choose a tag to compare

In this release:

  • Add arg to deny 18+ content
  • Add arg to sorting: hot or new
  • Add arg to set indent: last_post_id
itereddit = Itereddit(
    subreddit="rate_my_dick",
    last_post_id="t3_q7syed",
    sort="hot",
    over18=False,
):

🎉 Initial release

14 Oct 12:44
fb5631d
Compare
Choose a tag to compare

In this release:

  • Specify a subreddit for iteration
  • Get posts sequentially
  • Posts are represented by dataclasses

🎉 Starting prerelease to test workflow

14 Oct 12:35
fb5631d
Compare
Choose a tag to compare

In this release:

  • Specify a subreddit for iteration
  • Get posts sequentially
  • Posts are represented by dataclasses