Skip to content

Instantly share code, notes, and snippets.

View bogdangoie's full-sized avatar

Bogdan Goie bogdangoie

  • @Zegocover - Senior Software Engineer II & Tech Lead
  • United Kingdom
View GitHub Profile
@bogdangoie
bogdangoie / update_amp_cache.py
Last active July 4, 2019 16:24 — forked from Takaitra/update_amp_cache.py
Update AMP Content
#!/usr/bin/env python3
import base64
import os
import time
from OpenSSL import crypto
import requests
from requests.packages.urllib3 import exceptions as requests_exceptions