Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

How to fetch data using python? #2

Open
Jainu-s opened this issue Mar 14, 2021 · 2 comments
Open

How to fetch data using python? #2

Jainu-s opened this issue Mar 14, 2021 · 2 comments
Labels
question Further information is requested

Comments

@Jainu-s
Copy link

Jainu-s commented Mar 14, 2021

No description provided.

@mskian
Copy link
Owner

mskian commented May 1, 2021

use Python request and JSON module

@Nksama
Copy link

Nksama commented Oct 24, 2021

import requests as r # pip install requests

res = r.get(url).json()

print(res)

@mskian mskian added the question Further information is requested label Nov 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants