TaniaMalhotra / Hacktoberfest-Bot

A bot that tweets open issues labeled with "Hacktoberfest"
https://twitter.com/Hacktoberfesti1
MIT License
13 stars 6 forks source link

Database to store previous tweets #3

Open TaniaMalhotra opened 3 years ago

TaniaMalhotra commented 3 years ago

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.

Araon commented 3 years ago

I can try and implement it on SQLalchemy if you are cool with it

TaniaMalhotra commented 3 years ago

Thank you for showing interest @Araon ! 😊 Sure go ahead with it.