medjedqt / kiyobot

Kiyohime and shi
GNU General Public License v3.0
4 stars 2 forks source link

pls add a better embed for pixiv #16

Closed EggY0lk closed 3 years ago

EggY0lk commented 3 years ago

Brief explanation of the feature A better embed for pixiv, like how it is done for reddit post.

Reasons as to why it should be implemented Pixiv embed only displays picture partially.

Example of feature image

Additional Information of feature Pixiv: https://www.pixiv.net/en/

How it is currently displayed: image

Pixiv API on pypi: https://pypi.org/project/pixiv-api/ Another Pixiv API I found: https://github.com/upbit/pixivpy

medjedqt commented 3 years ago

Main hurdle right now is Pixiv blocks hotlinking images and the only way to get the images is to download them which makes them not embeddable

medjedqt commented 3 years ago

discord.py does actually have a way to handle this but it is pretty much unstable

EggY0lk commented 3 years ago

discord.py does actually have a way to handle this but it is pretty much unstable

so what did u do? I woke up and it works, except its overloaded currently.