Skip to content

Instantly share code, notes, and snippets.

View csarigoz's full-sized avatar

Cagri Sarigoz csarigoz

View GitHub Profile
@csarigoz
csarigoz / youtube_video_responsive_embed_example.html
Last active February 1, 2024 18:02
YouTube Video Responsive Embed Example
<div class="video-container">
<iframe src="https://www.youtube.com/embed/TcNaihIowlo?cc_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;iv_load_policy=3" frameborder="0" allowfullscreen=""></iframe>
</div>

Keybase proof

I hereby claim:

  • I am csarigoz on github.
  • I am cagrisarigoz (https://keybase.io/cagrisarigoz) on keybase.
  • I have a public key ASA8skjyK_eS6Pph-jSPBAyN2SbX1S0PJrBfyzXU_Qd1KAo

To claim this, I am signing this object:

@csarigoz
csarigoz / send_data_to_citizenshipper.py
Last active May 15, 2024 07:28
Example webhook request to send from PetScreening to CitizenShipper
import requests
import json
# URL of the webhook
url = 'ENTER_THE_WEBHOOK_URL_HERE'
# Parameters to be sent in the POST request
data = {
'email': '[email protected]',
'first_name': 'Cagri'