-
Notifications
You must be signed in to change notification settings - Fork 3
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: slackbot command for scraping top-pages #470
Conversation
This PR will trigger a minor release when merged. |
run scrape {siteId}
command handler for scraping top 200 pagesrun scrape {baseUrl}
command handler for scraping top 200 pages
run scrape {baseUrl}
command handler for scraping top 200 pagesThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great - just minor comments
|
||
if (!admins.includes(user)) { | ||
await say(':error: Only selected SpaceCat fluid team members can run scraper.'); | ||
// return; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be uncommented?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, I kept it for testing, removing it now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ssilare-adobe still commented...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wanted to test, sorry
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
found wrong processing type
@solaris007 can we merge this PR? |
@solaris007 , is it required that |
Hi @sahil9001, could you please integrate the latest from |
Thanks, I have merged the main branch. |
cabcc62
to
b9a5c7a
Compare
# [1.69.0](v1.68.4...v1.69.0) (2024-10-08) ### Features * slackbot command for scraping top-pages ([#470](#470)) ([0a7b37b](0a7b37b))
🎉 This PR is included in version 1.69.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Relates to #469
JIRA (a subpart of this issue) : H1: auto-detect
Description
This PR relates to the point 1 for the wiki SEO | Title, Description and H1 Tags Optimisation, which includes:
@spacecat-dev run scrape {baseURL}
Tasks done :
isValidDateInterval(startDate, endDate)
command todate-utils.js
date-utils.js
Please ensure your pull request adheres to the following guidelines:
describe here the problem you're solving.
If the PR is changing the API specification:
yet. Ideally, return a 501 status code with a message explaining the feature is not implemented yet.
If the PR is changing the API implementation or an entity exposed through the API:
If the PR is introducing a new audit type:
Related Issues
Thanks for contributing!