I made a website for going to a random Giant Bomb video.

Avatar image for soundchaser
SoundChaser

64

Forum Posts

9

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#1  Edited By SoundChaser

Hi! I made a website that lets you select a video category (Quick Looks, Subscriber..) and then redirects you to a random video. There is existing work for this purpose (Watch a Random Giant Bomb Video With This) but I took a look at the source code and it looked like a manually assembled list of links, which appears to not have been updated, so I made a solution that will stay up-to-date by itself (it uses the Giant Bomb API and the Bombcast RSS feed to pull in new videos/podcasts). The source code is available on GitHub if anyone is interested (I'm using Python with Flask and PostgreSQL to store the video data).

http://random-gb-video.wambo.at/