All tags

TAG

#automation

11articles

📥researchmap Achievement Registration: Options for Individual Researchers and a Playwright Implementation

researchmap provides an official write API and CSV/JSON/JSONL import for individual users, each with its own constraints. This article reviews the available options and presents a Playwright implementation that adds full automation and PDF attachment support.

researchmapplaywrightpythonautomation

📅Auto-filling Chouseisan attendance with Playwright, deciding answers via Claude Code's Google Calendar MCP

A small CLI that automates attendance responses on Chouseisan (chouseisan.com) using Playwright. The decision part — whether each candidate slot should be ◯/△/× given the user's Google Calendar — is delegated to Claude Code via the claude.ai Google Calendar MCP. The workflow is split into three independent stages (fetch / fill / submit), and decision rules live in CLAUDE.md.

playwrightclaude-codemcpgoogle-calendar

🔄Handling App Store Rejection and Resubmission Entirely via API

A record of handling a rejected App Store build by replacing the build, updating screenshots, and resubmitting entirely through the App Store Connect API.

iosappstoreconnectapiflutter

Observed Timing: Apple Sales Reports API Data Availability and YouTube API Quota Reset

Documenting the actual observed timing of when Apple App Store Connect Sales Reports become available and when YouTube Data API v3 quota resets.

appstoreconnectapiyoutubepython

📚Building an Automated DH Tool Awareness System with Playwright, RSS, and AI

Automatically collecting DH tool information from X posts, RSS feeds, and GitHub API, then generating weekly summary articles with AI

digitalhumanitiesgithub-actionsplaywrightopenrouter

🔍Building a Cultural Heritage Explorer App with Japan Search API

Development notes on building JPS Explorer, an iOS/Android app for exploring Japanese cultural heritage using Japan Search APIs, with mobile-specific features and automated App Store submission

digitalhumanitiesjapansearchflutterios

📸Fully Automating App Store Screenshot Generation with Python and Xcode UI Tests

How to build an end-to-end pipeline that captures simulator screenshots with XCUITest, generates marketing images with Python Pillow, and uploads them to App Store Connect via API -- all from a single shell script.

iosappstoreconnectpythonautomation

🔗Automating researchmap KAKENHI-Achievement Linking with Playwright

researchmap does not support linking KAKENHI research projects to achievements via API or CSV import, so I created a Playwright script to automate the browser-based workflow.

researchmapplaywrightpythonautomation

How I Used Claude Code's Parallel Agents to Auto-Generate Videos from 882 Blog Posts

Using Claude Code's parallel agent feature to auto-generate two-character dialogue videos from 882 tech blog posts — and hitting the top 2% usage limit.

claude-codeaivoicevoxyoutube

🎭Auto-Generating VRM Character Animation Videos with Three.js + Puppeteer

Implementation notes on building a pipeline that animates VRM models on headless Chrome using Three.js and @pixiv/three-vrm, combined with VOICEVOX lip sync, to auto-generate VTuber-style explainer videos.

threejsjavascriptpythonvrm

🔥Introducing GitHub File History Analyzer: A Tool for Analyzing File Edit History with AI

Introducing GitHub File History Analyzer: A Tool for Analyzing File Edit History with AI

aigithubpythonautomation