gf-custom-finder
is a python script to help search guitar flash custom song listed in Guitar Flash Custom
- Search by any keyword. You can use song title or band
- Omit duplicate search result
- Limit search output
- Clone the repository
git clone https://github.com/afmaghribi/gf-custom-finder.git
cd gf-custom-finder
- Install the python library requirement
pip3 install -r requirements.txt
You can simply just run script like this. The keyword is not case sensitive
. So, if you type bmth
and BMTH
the result is same.
python3 gfcfinder.py -s <your keyword>
python3 gfcfinder.py -s <your keyword> -l <limit output>
example:
python3 gfcfinder.py -s babymetal -l 10