Difference between revisions of "Wugtube project"

From CTWUG Wiki
Jump to: navigation, search
(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 ...)
 
Line 7: Line 7:
 
Bellow is listed a couple of scripts that needs to be done.
 
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.
+
*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
+
*2. Script to parse the video information of vids listed in step 1's table
3. Status script that lists the status of vids.
+
*3. Status script that lists the status of vids.
4. Downloader script.
+
*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.
+
*5. html page to display the vids in order of posted date. with later option to specify how many vids to load per page.

Revision as of 18:20, 5 July 2012

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.