summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-02-19 15:02:33 +0100
committerYuval Adam <_@yuv.al>2018-02-19 15:02:33 +0100
commit64f84aa1b4bf604835406577e994556e72fd76c9 (patch)
tree34ecdcd1b5d1e9ad63911211a95ce1fd20a8ebfd /README.md
parentc4c6b4e7c17e5b96d86828a3bc809a1c6c9559df (diff)
Initial README change and LICENSE
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 0 insertions, 21 deletions
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/