summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..ce0fa1d
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,25 @@
+.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/