PythonRequestsGoogle Drive APITelegram Bot API
The problem
QA for After Effects collects eats an hour each: download, unzip, cross-check the asset paths txt, verify plugin versions, count comps. 3+ projects/day = 3 hours of mindless ops work.
Before / After
What changed
Before
- Find collect on Google Drive, download and unzip
- Manually check txt file with asset paths — nothing lost?
- Cross-reference plugins with internal database
- Verify composition count and project structure
- ~1 hour per project, 3+ tasks/day, high error risk
After
- User sends a Google Drive link to the Telegram bot
- Script downloads, unpacks, parses data, checks plugins and paths
- Returns a full error report automatically
- Human only reviews flagged issues
Results
Numbers that matter
<1 min
Instead of 1 hour
~0
Error rate
3x
More projects reviewed / day
Tech stack
PythonRequestsGoogle Drive APITelegram Bot API