Currently the 30 tweets received from the Github API are being stored in an array which is further used for comparison to avoid tweeting duplicate tweets. It is desirable to have a Database for the same that stores the previously tweeted issues and deletes old issues which are no longer needed for comparison with new issues.
Currently the 30 tweets received from the Github API are being stored in an array which is further used for comparison to avoid tweeting duplicate tweets. It is desirable to have a Database for the same that stores the previously tweeted issues and deletes old issues which are no longer needed for comparison with new issues.