Skip to content

Instantly share code, notes, and snippets.

import boto3
import time
from datetime import timedelta
import sys
import os
import argparse
#We need to get our API credentials in the code for authentication that we have stored as Environment Variables locally.
os.environ.get("AWS_ACCESS_KEY_ID")
import requests
import os
import sys
import json
import time
from datetime import timedelta
import argparse
#We need to get our API credentials in the code for authentication that we have stored as Environment Variables locally
import io
import os
from google.cloud import vision
from google.cloud.vision import types
import time
from datetime import timedelta
import sys
import argparse