You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing a web crawler that legally takes data from a government website on my country. Only companies with a specific legal document can even load that website, so, naturally, I can't ship the source.
Currently I'm using undetected-chromedriver to automate the process of identifying, downloading and loading the webdriver; nothing else.
One of my concerns in this project is the licensing of the dependencies, and because of that I've accepted that I'll need to rewrite some stuff on my own, but it would be too much of a hustle to maintain my own version of this library.
So I'm asking: can I ship it will my app by also shipping the license and a disclaimer saying that I can (like a copy of this thread with the author saying it)?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm writing a web crawler that legally takes data from a government website on my country. Only companies with a specific legal document can even load that website, so, naturally, I can't ship the source.
Currently I'm using undetected-chromedriver to automate the process of identifying, downloading and loading the webdriver; nothing else.
One of my concerns in this project is the licensing of the dependencies, and because of that I've accepted that I'll need to rewrite some stuff on my own, but it would be too much of a hustle to maintain my own version of this library.
So I'm asking: can I ship it will my app by also shipping the license and a disclaimer saying that I can (like a copy of this thread with the author saying it)?
Beta Was this translation helpful? Give feedback.
All reactions