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
Bot is now running every hour! This enables it to catch more changes and quicker.
cad1bfd Before if security content is not available yet, the bot would tweet that in the New Releases. Now when release notes become available a new tweet will be made.
1c8b581 tweetZeroDay() now tweets which part of the OS had the zero-day
CHANGED
1c8b581 if all of the bugs in the new release are zero-days, do not run tweetiOSParts() as all of the info is now tweetZeroDay() tweet
1c8b581 rewritten tweeting function, now creating tweets checks if twet is 280 characters long and creates a thread
fb03b18 save all of the tweeted info into stored_data.json, as the bot is running hourly this prevents tweeting same info twice
3aa7f43 lastTwentyReleases has been changed to lastFiftyReleases as the bot did not catch some of the changes Apple made
FIXED
11801d4 tweetZeroDays(): may tweet one zero day twice
b3582bd tweetiOSParts(): do not run if there are no release notes yet and updated regex
3a84ed5 getData(): releases with release notes but no bugs fixed would cause an error
470ab2c tweetWebServerFixes(): only tweet if there are any fixes as Apple is not updating this page regularly
e4954c4 tweetYearlyReport(): run on newReleases instead of lastTwentyReleases