aijazafzaal / REST-APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python library requests, psycopg2, json and pandas utilized.

In Basic GET-POST file:

  1. Basic http requests (GET, POST etc.) from "httpbin.org"
  2. Working with proxies.
  3. Changing the user agent.
  4. Download content (like images etc.)
  5. Status codes.

In JSON Placeholder file:

  1. We extract all posts and comments from the server (https://jsonplaceholder.typicode.com/)
  2. Convert the .json format into pandas data frame.
  3. Insert the data frame into the corresponding table in the postgreSQL database.

About


Languages

Language:Python 100.0%