NITDgpOS / UIP

A library, to customize your desktop wallpapers.
https://nitdgpos.github.io/projects/UIP
GNU Affero General Public License v3.0
19 stars 45 forks source link

No proxy support for UIP users #178

Closed Diptanshu8 closed 7 years ago

Diptanshu8 commented 7 years ago

For all the users who are using behind UIP from behind a proxy network, requests module used in scrape.py needs to be specified with a proxy configuration. This feature is not available. There are multiple ways to do so:

  1. Either we add params to the argparse while running UIP
  2. We create a configuration file specifying the proxies. Then we add a tutorial for writing a config file for the user in the README. (Many orgs support this way)
Diptanshu8 commented 7 years ago

I would be working on the second option as of now to get the proxy settings up and working.

abhay-raizada commented 7 years ago

@Diptanshu8 see settings.json in /home/<user>/.uip/settings.json

abhay-raizada commented 7 years ago

and also see settings.py

abhay-raizada commented 7 years ago

@Diptanshu8 did you get around to doing this?