-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Jan copy (improved README, simplified configuration, handle validation) #26
Conversation
@jancurn Thanks a lot! I like the improved structure, it’s definitely better now. Usage -> Normal Mode and Usage -> Standby Mode, cool. I also like the feature list with emojis as it adds a nice touch. I've included an Output example at the top so users can quickly see what they’ll get. Let me know, I can change that. Otherwise we can merge and publish. |
* Add functionality to extract content from a specific URL (handle only http and https)
@jancurn are you planning to do more work on this PR? |
* Add aws-lambda function * Hide variables initialConcurrency/minConcurrency/maxConcurrency in Actor input and remove them from README.md * Remove `requestTimeoutContentCrawlSecs` and use only `requestTimeoutSecs` * Check whether there is time left to wait for dynamical content before Actor timeout (normal mode) * Rename googleSearchResults to searchResults, rename searchProxyGroup to serpProxyGroup * Input validation
No description provided.