desktop-ubuntu/git/unstar.sh

11 lines
235 B
Bash
Raw Normal View History

2023-06-18 15:34:39 +02: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