bee-san/pyWhat

Find / add tests for API keys!

Open

#150 geöffnet am 2. Okt. 2021

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (382 Forks)batch import
good first issuehacktoberfest

Repository-Metriken

Stars
 (6.228 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

We have a bunch of regex which do not have tests:

  • Facebook (no idea how to use their API)

  • Twitter (I am bannned from making a bot)

  • GitHub App Token does not exist according to google

  • LinkedIn Client ID - changed to hash

  • LinkedIn Secret Key - changed to hash

  • GitHub Access Token - same as personal access token?

  • Stripe Restricted API Token - cant find

  • Square Access Token - no examples

  • Square OAuth Token - no examples

  • PayPal/Braintree Access Token - no examples

  • MWS Auth Token - no examples

  • Picatic API Key - no examples

  • Google OAuth Access Key - no example

  • Google OAuth ID - no examples

  • StackHawk API Key

  • NuGet API Key

  • SendGrid Token

  • Zoho Webhook Token

  • New Relic Admin API Key

  • New Relic Insights API Key

  • New Relic REST API Key

  • New Relic Synthetics Location Key

  • Microsoft Teams Webhook

  • Google FCM Server Key

  • Discord Webhook

  • Cloudinary Credentials

  • Bitly secret key

  • PyPi Upload Token

  • Shopify Private App Access Token

  • Shopify Custom App Access Token

  • Shopify Access Token

  • Shopify Shared Secret

  • Dynatrace Token

  • Google Cloud Platform API Key

  • Mailchimp API Key

Find some API keys and make some tests! Look here to find our tests, just copy one of them! https://github.com/bee-san/pyWhat/blob/main/tests/test_regex_identifier.py

Contributor Guide