GrafeasGroup / tor

Community curation bot for /r/TranscribersOfReddit
https://reddit.com/r/transcribersofreddit
MIT License
39 stars 15 forks source link

Rework transcription detection #326

Open TimJentzsch opened 2 years ago

TimJentzsch commented 2 years ago

To search a transcription, the bot currently first tries to look for it in the comment forest of the submission. This can take a lot of API requests and seems to be unreliable sometimes. Afterwards, the bot will check the user's profile.

I propose that we immediately use the user's profile to find the transcription. This has several advantages:

Of course we will have to make sure only transcriptions on the actual submission are picked up. We will also have to make sure that multi-comment transcriptions are handled correctly.