giulionf / realtweetornotbot

Scans screenshots of tweets on reddit and links the corresponding tweet
https://www.reddit.com/u/realtweetornotbot
MIT License
76 stars 5 forks source link

Reworked the multithread implementation #61

Closed giulionf closed 5 years ago

giulionf commented 5 years ago

Got rid of the consumer thread. Every worker will now have it's own deep copy of the Bot implemention. Praw post actions are guarded by a lock to prevent conflicts when posting results.

Resolves: #60