.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/