Skip to content
Snippets Groups Projects
Commit 99ead7cb authored by Chukwuemeka Michael Muonagor's avatar Chukwuemeka Michael Muonagor
Browse files

Delete get_intents.py

parent 53444e96
No related branches found
No related tags found
No related merge requests found
import requests
def get_intent_fun(URL):
r = requests.get(url = URL)
# extracting data in json format
data = r.json()
#print(data)
return data[0]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment