rainyroads / twitter-saucenao

A Twitter bot that utilizes the SauceNao API to find the source of images or anime screencaps
GNU Affero General Public License v3.0
258 stars 19 forks source link

Consider optional trace.moe integration #25

Closed rainyroads closed 4 years ago

rainyroads commented 4 years ago

trace.moe provides some useful things like pulling a 3-second preview clip when looking up anime scenes, which we could upload with our SauceBot responses,

https://soruly.github.io/trace.moe/#/#previews

We'd probably perform SauceNao queries on everything by default, and if SauceNao returns an Anime result with confidence, we can query trace.moe and grab a preview clip from there and upload it with our tweet response.

rainyroads commented 4 years ago

This has been implemented in an experimental 25-tracemoe branch right now. Just need to fine-tune some things and do some additional testing before merging into master.