portapack-mayhem / MayhemHub

Web interface for everything HackRF/Portapack
108 stars 12 forks source link

Idea: add splash-screens section #71

Open iordic opened 2 months ago

iordic commented 2 months ago

It would be great to have a splash screens section, where you could search and install the images that people upload to the #splash-screens discord channel. This way you wouldn't have to keep scrolling up until you found one you like.

They could also be classified by popularity and category.

jLynx commented 2 months ago

Started working on this idea a while back using a discord bot to scrape the images, but ended up running out of time. Would love to come back to this and finish it or if anyone else wanted to pick it up, happy for them to do so

htotoo commented 2 months ago

So you wouldn't be mad if I haxx something ugly and unusable till you finish that one?

jLynx commented 2 months ago

Yeah that's fine, go for it!

eried commented 2 months ago

So you wouldn't be mad if I haxx something ugly and unusable till you finish that one?

I was also thinking on an easy way to scrape discord for images :/ did not found a nice way, ended playing with a browser plugin and chatgpt python script

https://github.com/portapack-mayhem/MayhemHub/commit/2f83afa8e40642db266fb70a658a7005cb19b715

htotoo commented 3 weeks ago

For now i created a site for this: https://ppsplash.creativo.hu/

eried commented 3 weeks ago

Reference

awesome, are you manually scraping them? integration with the hub would be next level seen that gallery, like "click", PP shows it and says -> keep or ignore ... seamless 😬

htotoo commented 3 weeks ago

Not scarping, just created a git repo, where anyone can create a pr, and the site will pull it. Getting from discord seems problematic, since there are png-s, zip files, ...

Integration would be nice, but i don't really know ts, so others can do it :D