Releases: Batorian/reddit-flair-updater
Releases · Batorian/reddit-flair-updater
v1.1.0: Emoji-Stripping
- Updated
update_flairs.pyto 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
- 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.inifor secure Reddit API credentials. - Clean, modular code using
main()functions andif __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.