Skip to content

Instantly share code, notes, and snippets.

View gamcoh's full-sized avatar
🎯
Focusing

Gamliel gamcoh

🎯
Focusing
View GitHub Profile
@gamcoh
gamcoh / main.py
Created February 28, 2019 12:56
Change OVH DNS
# -*- encoding: utf-8 -*-
import ovh
# Instantiate. Visit https://api.ovh.com/createToken/?GET=/me
# to get your credentials
client = ovh.Client(
endpoint='ovh-eu',
application_key='<your application key>',
application_secret='<your application secret>',