I need a lightweight Python solution that fetches all my public Threads posts (@emgat.adhd) and drops the data into a Google Sheet I can filter and search. Each row should capture the full text, the post URL, post date, number of likes, and a short text preview. Once the historical data is there, the script must keep itself going—running once a day automatically (cron, GitHub Actions, or similar) and appending any new posts it finds. A free scheduler is fine as long as I don’t have to pay ongoing fees. Deliverables • Google Sheet pre-filled with all current posts • Daily self-updating scraper using Python with Playwright (or the official Threads API if available) • Clear, commented source code plus setup notes so I can host it myself • No paid subscriptions, no long-term maintenance on your side Keep the build simple and robust. My priority is easy searching, one-click access to each Thread, and full ownership of the code.