Skip to content

moegirlwiki/fileRemover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fileRemover

remove the unused file in common.moegirl.org

python api.py

#command line options

-s --search: search only mode, no file will be removed

-n --exportonly: turn off search function, export results to a file. Need to use with -e option

-e --export : specify a file for exporting results. If file is not existed, it will be created. If file is existed, it will be overwritten.

e.g. : python api.py -s -e "path/to/saved/list" to get all unused files list saved into a file.

you may need:

apt-get install python-setuptools

easy_install pip

pip install redis futures requests

About

remove the unused file in common.moegirl.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages