moegirlwiki / fileRemover

remove the unused file in common.moegirl.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%