My Tech Life

Memo by a Japanese Software Developer in his late 50s.

Entries from 2024-04-01 to 1 month

Python script to check the differences between the followers and followed blogs of a user on a Japanese blog site.

This program checks the differences between the favorite blogs and reader blogs of an user of Ameblo, one of the most famous Japanese blog site. Set the user in the following line: ameblo_user = 'XXXXXXXXXXXXXX' This script retrieves links…

アメブロユーザのお気に入りブログと読者ブログの差分を確認するPythonスクリプト

アメブロユーザの お気に入りブログと読者ブログの差分を 確認するプログラム。 以下の行にユーザを設定する。 ameblo_user = 'XXXXXXXXXXXXXX' このスクリプトは、 指定されたユーザーが公開している、 お気に入りブログと読者ブログのリンクのみを取得する…