migueltillisjr / ai-assistant

ai-assistant
Other
1 stars 0 forks source link

Create Insta Integration #9

Open migueltillisjr opened 3 days ago

migueltillisjr commented 3 days ago

Establish a python class that establishes a connection to the Insta API and has the capability to query data.

This integration will be initiated by the user prompt and the class will be called in the function that you create in functions.py

Start with returning basic data about a specific account, statistics about an account. Use mine as an example. My insta account is...

migueltillisjr

suhaibsadak commented 3 days ago

Created and established functionality in both functions.py and assistant.py for instagram integration. Need to receive permissions from meta to access the api, and needs more testing