A Twitter bot that tweets the current header and tagline of theverge.com
- The program is hosted on Google Cloud Run and is triggered every 10 minutes using Cloud Scheduler
- The homepage of theverge.com is scraped using JSoup
- The header and tagline are saved to a MySQL database
- A screenshot is generated using ApiFlash
- If the header or tagline have changed, a tweet is sent using Twitter4j