mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-25 00:38:20 -05:00
Update Dotfiles
Signed-off-by: The-Repo-Club <wayne6324@gmail.com>
This commit is contained in:
parent
5860bc6567
commit
842fa51f0c
@ -1,8 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
USER="The-Repo-Club"
|
||||
TOKEN="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"
|
||||
|
||||
notifications=$(echo "user = \"$USER:$TOKEN\"" | curl -sf -K- "https://api.github.com/notifications?per_page=100" | jq ".[].unread" | grep -c true)
|
||||
|
||||
echo "$notifications Notifications"
|
@ -1,8 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
USER="The-Repo-Club"
|
||||
TOKEN="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"
|
||||
|
||||
repositories=$(echo "user = \"$USER:$TOKEN\"" | curl -sf -K- "https://api.github.com/users/$USER/repos?per_page=100&type=all" | jq ".[].id" | wc -l)
|
||||
|
||||
echo "$repositories Repositories"
|
Loading…
Reference in New Issue
Block a user