# git clone https://github.com/lauperch/leechd.git
First, adjust the parameters for your searchObject in the entry pint. Then:
# python leechd.py
searchObject = SearchObject(term, areacode, radius)
leechd = Leechd(searchObject)
leechd.start()
...
leechd.stop()
# git checkout -b new_feature
...
# git commit -am "added new_feature"
# git push origin new_feature
- add more sites to search on
- add nicer UI