-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9cd085
commit 24ad508
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
# ApplSec | ||
Check for Apple security updates and tweet how many vulnerabilities were patched | ||
**Twitter bot written in Python that tweets how many vulnerabilities were patched in the new updates to Apple's operating systems.** | ||
|
||
### What does the bot do? | ||
Bot checks Apple security update page if there were any new updates released on the current day. If yes, it will gather new links to the releases and gather information like the title, so it knows which update it is and it will count how many vulnerabilities were fixed in each. It will then combine gathered data and tweet it. |