desktop-debian/git/unstar.sh

11 lines
235 B
Bash
Raw Normal View History

2024-01-04 01:00:22 +01:00
curl -u dym-sh:ghp_TOKEN https://api.github.com/user
curl \
-v -H "Authorization: token ghp_TOKEN" \
-X DELETE \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/user/starred/github/github
# TODO: topics