http://kushal76uaid62oup5774umh654scnu5dwzh4u2534qxhcbi4wbab3ad.onion/posts/using-python-to-access-a-solid-pod.html
USERNAME = " kushaldas " PASSWORD = " ****************************************** " IDP = 'https://solidcommunity.net'
POD_ENDPOINT = " https://kushaldas.solidcommunity.net/public/ " from solid.auth import Auth
from solid.solid_api import SolidAPI
auth = Auth()
api = SolidAPI(auth)
auth.login(IDP, USERNAME, PASSWORD) Here we are importing the module, creating an Auth object and identify using username and password . Then we will check if a folder exist or not (it does not exist yet), and...