Skip to content

Instantly share code, notes, and snippets.

View AX99's full-sized avatar

Raphael AM AX99

  • London
View GitHub Profile
@AX99
AX99 / main.py
Created April 26, 2022 00:29
Ebay Marketplace Account Deletion/Closure Notifications serverless (GCP) implementation written in python
import os
import json
import base64
import logging
import hashlib
import requests
from flask import request, Response
from OpenSSL import crypto
logger = logging.getLogger(__name__)