Rod-Persky / investoscope-easy-update

Updates Investoscope 3 end of day quotes
GNU General Public License v3.0
6 stars 3 forks source link

Use a python reflection proxy to make this work #15

Open Rod-Persky opened 5 years ago

Rod-Persky commented 5 years ago

Turns out if you follow these steps

1) Add an entry into /etc/hosts 2) Add a self signed certificate as trusted 3) Start a https server as root (with sudo)

That you can build a simple proxy for Investoscope which emulates yahoo and avoid many problems.

image