vaguileradiaz / tinfoleak

The most complete open-source tool for Twitter intelligence analysis
Creative Commons Attribution Share Alike 4.0 International
1.93k stars 269 forks source link

create setup.py and support system install #11

Open blshkv opened 6 years ago

blshkv commented 6 years ago

It is common for any distribution to install a tool in a system location. tinfoleak seems design only to be ran from a current folder. Please enhance it. Here is the official python documentation https://docs.python.org/2/distutils/setupscript.html but there is a bigger problem. The tool should follow Linux Filesystem Hierarchy Standard (FHS) directory structure in order to archive this.