Monitors GitHub issues and sends Slack notifications about their modification. Tracks changes in issue's state such as newly opened issue, closed issue or re-opened issue. Saves data with all scraped issues into key value store.
This is an Apify actor designed for GitHub issues monitoring. It scrapes all issues from the specified GitHub repositories, saves them into actor's key-value store under the ISSUES_STATE
value and then uses this value to extract only those issues that were modified from the previous run. The actor currently tracks changes of issue's state so it recognizes newly opened / closed / re-opened issues. You can customize it to monitor only opened / closed issues through excludeClosesIssues
/ excludeOpenedIssues
input properties. If the actor discovers any modified issues, it sends a message to Slack by calling the Slack Message Generator actor. It is sufficient to create a scheduled task for the actor's run to trigger it periodically and keep your Slack channel updated.
Note that when you run the actor for the first time it will only fetch the issues and won't send any notification as all issues would be considered updated at this point. For each of the next runs it uses the issues' state from the last SUCCEEDED run to compare what issues has changed.
🆕 Testing opened issue Url: https://github.com/lhotanok/actor-github-issues-to-slack/issues/4
Labels: ["documentation","good first issue"]
Author: lhotanok
Assignee: lhotanok
✅ Testing closed issue Url: https://github.com/lhotanok/actor-github-issues-to-slack/issues/5
Labels: ["documentation"]
Author: lhotanok
Assignee: null
repositories
- specify the list of repositories you want to monitor in username/repository formatexcludeOpenedIssues
- check this option if you don't want to keep track of opened issuesexcludeClosesIssues
- check this option if you don't want to keep track of closed issuestoken
- provide your Slack API tokenchannel
- fill in the Slack channel you want to use for sending notifications (use #channel format)separateNotification
- you can either send 1 Slack notification per 1 modified issue (by setting this value on true
) or you can merge all modified issues into 1 notificationTo report the state of the issues regularly you can use the Apify scheduler. Feel free to set up any interval in the scheduler but the shortest interval should be about 1 hour so the GitHub and Slack APIs don't get overloaded.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!