Skip to content

Instantly share code, notes, and snippets.

View Kahono0's full-sized avatar
🎯
Focusing

kahono Kahono0

🎯
Focusing
View GitHub Profile

You need to

  • Create an open ai account using email info@bryozoan.co (section 1)
  • Login to stripe account email: info@byrozoan.co password: AlfredLittle1851 (requires 2fa) (Section 1)

Documents

  • Confirm they have shared you into a folder called scripts (for use with ai generation) (section 1)
  • Confirm they have shared some slides with you (regarding calendar integration) (section 6)
  • Also a drive detailing approach and methodologies (section 4)

I think they are all in the same shared drive.

import requests
from bs4 import BeautifulSoup
def get_html_and_save(url, file_name):
try:
# Fetch HTML data from the URL
response = requests.get(url)
# Check if the request was successful
if response.status_code == 200: