Commit graph

5 commits

Author SHA1 Message Date
874a24dd1d Implement a history-based matching algorythm
The bot will attempt to keep producing groups with entirely unique matches based on the full history of matches until it can't. It'll then step forward and ignore a week of history and try again, ignoring more history until no history is left
2024-08-10 15:12:14 +01:00
ed2375386b Pull file operations out to a files.py 2024-08-10 10:58:31 +01:00
96fb77f71f Some refactoring of the new external files 2024-08-10 10:55:09 +01:00
c44f16dd8f Pull out the config and history classes 2024-08-10 10:45:44 +01:00
6fbb598886 Pull out matching functions into their own file 2024-08-10 09:44:22 +01:00