├── LICENSE ├── Pipfile ├── Pipfile.lock ├── README.md └── script.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtdevss/server-text/HEAD/LICENSE -------------------------------------------------------------------------------- /Pipfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtdevss/server-text/HEAD/Pipfile -------------------------------------------------------------------------------- /Pipfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtdevss/server-text/HEAD/Pipfile.lock -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtdevss/server-text/HEAD/README.md -------------------------------------------------------------------------------- /script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtdevss/server-text/HEAD/script.py --------------------------------------------------------------------------------