ArchivePython is a simple GUI for automating tweet archiving.
Every tweet is first archived using archive.li and then its embed code is generated. This is all done using selenium and the firefox webdriver which you can find here: https://github.com/mozilla/geckodriver/
Go to Releases and choose the right version.
After going back through all my old programs I just found that the embed logic has stopped working due to Twitter changing its webpage css/html. Everything else still works fine.