Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Insert results API in database
#1
Hello,

I am new in programmation and in Python.

I am beginning to play with the requests lib which is quiet impressive. My first tests was to retrieve some datas throught some websites :

import requests

r = requests.get("http://somewebsite")
print(r.headers)
Really simple, really smart.

I would like to know if i can insert the results in a databse to store these data and query it. If you have some tutorials or example i'll be very glad.

Regards,
Reply


Messages In This Thread
Insert results API in database - by daryl - Mar-13-2018, 10:46 AM
RE: Insert results API in database - by Larz60+ - Mar-13-2018, 03:19 PM
RE: Insert results API in database - by thomasp - Mar-16-2018, 08:32 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020