entrepreneur-interet-general / OpenScraper

An open source webapp for scraping: towards a public service for webscraping
http://www.cis-openscraper.com/
MIT License
93 stars 22 forks source link

in install doc, talk about openscraper/config/settings_example.py #51

Closed DavidBruant closed 5 years ago

DavidBruant commented 5 years ago

Current Readme reads:

update the config/settings.py file

but it looks like one has to rename openscraper/config/settings_example.py to openscraper/config/settings.py

JulienParis commented 5 years ago

I changed the main run routine - commit https://github.com/entrepreneur-interet-general/OpenScraper/commit/6926f3b05c933f634f8cfa29b582d0adc675a798 - now you don't have to create a settings_secret.pyfile and should be able to run main.py with a simple :

(run on port 8000) ../openscraper$ python main.py equivalent to : ../openscraper$ python main.py --mode=default

or

(run on the port of your choice) ../openscraper$ python main.py --port=8001

JulienParis commented 5 years ago

resolved with commit : https://github.com/entrepreneur-interet-general/OpenScraper/commit/a5ded0f465b2c5b9f3dd2c6cedc43f4f85cf367e