From 64f84aa1b4bf604835406577e994556e72fd76c9 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 19 Feb 2018 15:02:33 +0100 Subject: Initial README change and LICENSE --- README.md | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md deleted file mode 100644 index 6d2b76b..0000000 --- a/README.md +++ /dev/null @@ -1,21 +0,0 @@ -# .NET Viewstate Decoder - -A small Python library for decoding .NET viewstate. Can be used in various scraping scenarios. - -## Usage - -```python -from viewstate import ViewState -vs = ViewState(base64EncodedViewState) -``` - -## Test - -```python -python test.py -``` - -## References - - - https://github.com/mutantzombie/JavaScript-ViewState-Parser - - http://viewstatedecoder.azurewebsites.net/ -- cgit v1.3.1