- Install cpm
sudo curl -fsSL --compressed https://git.io/cpm > /usr/local/bin/cpm && \
sudo chmod +x /usr/local/bin/cpm
- Install Perl modules
sudo cpm install -gv
- Run Selenoid
docker-compose up -d
- Run parser
perl parse.pl <your_tinkoff_login> <your_tinkoff_pass>
Script will auto open Selenoid UI where you can view parse progress.
If you occasionally closed UI you can manually find it at http://localhost:8080/
- View results
python -m SimpleHTTPServer
Then go to http://localhost:8000/
Or just xdg-open index.html
All formatting is done by javascript, parse.pl
not format anything