You can use the Twitter API. Get a list of all tweets, store them to a database/flat file, then randomly tweet each one using a SQL select. That's how I'd do it. The reason for the database/flat file is because sometimes you may have more tweets than the API can pull.
Zapier can do it with zero coding<p><a href="https://zapier.com/apps/twitter/integrations" rel="nofollow">https://zapier.com/apps/twitter/integrations</a>
I suggest you to use Chrome extensions. Use JavaScript to capture the buttons and create events for your specific actions. Use some async/await to create some delay between actions. I hope it helped. :D