Skip to content

Releases: Batorian/reddit-flair-updater

v1.1.0: Emoji-Stripping

22 Nov 23:19

Choose a tag to compare

  • Updated update_flairs.py to ignore emojis when matching flair text, allowing for consistent updates regardless of emoji variants.
  • Added none-flair safety. Posts with no flair no longer raise errors.
  • Improved console logging with both raw and cleaned flair text for better debugging.

v1.0.0: Main Release

06 Oct 16:52

Choose a tag to compare

  • Two separate scripts:
    • list_flairs.py — Lists all link flair templates and their IDs for a subreddit.
    • update_flairs.py — Updates old flairs to new templates on posts using a user-provided flair map.
  • JSON-based configuration (config.json) for subreddit and flair mapping.
  • PRAW integration with praw.ini for secure Reddit API credentials.
  • Clean, modular code using main() functions and if __name__ == "__main__".
  • Beginner-friendly setup and usage instructions in README.md.
  • Fully plug-and-play: users can list flairs and update posts without modifying Python scripts.
  • Support for unlimited posts (limit=None) and built-in rate-limit handling.
  • Safe workflow: credentials and flair IDs kept private.