Skip to content

Instantly share code, notes, and snippets.

Avatar
😁

Wellington Fonseca WellingtonFonseca

😁
View GitHub Profile
View ubuntu-firefox-private-another-profile.md
Distributor ID:	Ubuntu
Description:	Ubuntu 22.04.1 LTS
Release:	22.04
Codename:	jammy
today: 2022-12-13

download new icon: download

@WellingtonFonseca
WellingtonFonseca / sharepoint_gerenciar.py
Last active August 18, 2021 09:31
office365-rest-python-client - gerenciador básico de arquivos no sharepoint
View sharepoint_gerenciar.py
import logging
import os
from datetime import datetime
from office365.runtime.auth.user_credential import UserCredential
from office365.sharepoint.client_context import ClientContext
class SharePointGerenciar(Configuracoes):