Skip to content

Commit

Permalink
added telegram bot token
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelPagliuca committed Nov 1, 2022
1 parent d0ca504 commit 2728832
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ KeyHacks shows ways in which particular API keys found on a Bug Bounty Program c
- [Spotify Access Token](#Spotify-Access-Token)
- [Square](#Square)
- [Stripe Live Token](#Stripe-Live-Token)
- [Telegram Bot API Token](#Telegram-Bot-API-Token)
- [Travis CI API token](#Travis-CI-API-token)
- [Twilio Account_sid and Auth token](#Twilio-Account_sid-and-Auth-token)
- [Twitter API Secret](#Twitter-API-Secret)
Expand Down Expand Up @@ -593,6 +594,12 @@ curl https://api.delighted.com/v1/metrics.json \
curl -H "Travis-API-Version: 3" -H "Authorization: token <TOKEN>" https://api.travis-ci.org/repos
```

## [Telegram Bot API Token](https://core.telegram.org/bots/api#making-requests)

```
curl https://api.telegram.org/bot<TOKEN>/getMe
```

## [WakaTime API Key](https://wakatime.com/developers)
```
curl "https://wakatime.com/api/v1/users/current/projects/?api_key=KEY_HERE"
Expand Down

0 comments on commit 2728832

Please sign in to comment.