├── LICENSE ├── README.md ├── URLHider.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHA089/URLHider/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHA089/URLHider/HEAD/README.md -------------------------------------------------------------------------------- /URLHider.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHA089/URLHider/HEAD/URLHider.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pyshorteners 2 | --------------------------------------------------------------------------------