HgCNO2 / reddit-bggfetcherbot

u/BGGFetcherBot is designed to reply to comments in r/boardgames if the comment includes game names in double brackets with links to the game on BoardGameGeek.com
GNU General Public License v3.0
3 stars 2 forks source link

v0.5.0 #10

Closed HgCNO2 closed 1 year ago

HgCNO2 commented 1 year ago

Unescaped the spaces in the query for possible matches (Issue #9)

Corrected replacement with new escape logic on line 64 (Issue #9)

Separated subreddits into separate variable to more easily read for future subreddit additions.

Compile game finder regex on initial load before loop (Issue #8)

Created and implemented find_closest_match function for better repeatability and future work.