Wugtube project

From CTWUG Wiki
Revision as of 18:19, 5 July 2012 by TheFox (talk | contribs) (New page: This page is dedicated to the wugtube project: Goal: To write our own wugtube website that automatically gathers or uploads videos. The Idea is to do it very modular, allowing anyone to ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This page is dedicated to the wugtube project:

Goal: To write our own wugtube website that automatically gathers or uploads videos.

The Idea is to do it very modular, allowing anyone to help code the website, be it in perl, php, python or other languages.

Bellow is listed a couple of scripts that needs to be done.

1. RSS monitor (using dade's postmanpat script possibly) to pass urls of new vids to a sql table. 2. Script to parse the video information of vids listed in step 1's table 3. Status script that lists the status of vids. 4. Downloader script. 5. html page to display the vids in order of posted date. with later option to specify how many vids to load per page.