Skip to content

necrolyte2/pyWhatbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyWhatbox

Python goodies for Whatbox related stuff

Examples

Show all current downloads

from whatbox import WhatboxXMLRPC
w = WhatBoxXMLRPC(
    'quartz.whatbox.ca',
    'myuser',
    'mypass'
)

print w.get_all_files()

Misc Goodies

  • viewdownloads.py is a script to easily just list all your downloads
  • wb_sync_completed.py is a script to sync all completed downloads to a folder on your computer

TODO

About

Python goodies for Whatbox related stuff

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages