Revit to Notion via Python

I FIGURED IT OUT!!!

Here is what I was missing at the beginning of my script---->

import sys

sys.path.append(r’C:\Users\Ian\AppData\Local\Programs\Python\Python310\Lib\site-packages’)

import requests as requests
import json as json

import sys

sys.path.append(r’C:\Users\(insert user name)\AppData\Local\Programs\Python\Python310\Lib\site-packages’)

import requests as requests
import json as json

Here is what the final script looked like and a link to the updated GitHub:

I still need to figure out the proper syntax to create tags, but for now I’m really tabling it for a bit since I know it works.

2 Likes