以下をuBlacklistに加える
https://gist.githubusercontent.com/moskomule/3bddfc5deb5845fccc0d7c2519c600ce/raw/uBlacklist.txt
以下をuBlacklistに加える
https://gist.githubusercontent.com/moskomule/3bddfc5deb5845fccc0d7c2519c600ce/raw/uBlacklist.txt
#pipx install hatch
hatch run delete_tweets.py API_KEY API_KEY_SECRET ACCESS_TOKEN ACCESS_TOKEN_SECRET PATH_TO_TWEETS.JS
API_KEY
, API_KEY_SECRET
, ACCESS_TOKEN
, ACCESS_TOKEN_SECRET
はhttps://zenn.dev/shomtsm/articles/52864a4b7b5eecを参考に https://developer.twitter.com/en/portal/petition/essential/basic-info から取得.PATH_TO_TWEETS.JS
はTwitterからダウンロードしたアーカイブ内の data/tweets.js
または data/tweet-headers.js
までのパス.