Skip to content

Instantly share code, notes, and snippets.

View digitronik's full-sized avatar
🎯
Focusing

NIKHIL DHANDRE digitronik

🎯
Focusing
View GitHub Profile
@digitronik
digitronik / release.py
Created December 20, 2019 11:45
Release Script
import re
from collections import namedtuple
from datetime import date
from datetime import timedelta
from dateutil import parser
from operator import attrgetter
import requests
@digitronik
digitronik / godaddy.py
Created June 5, 2019 08:19
Manage GoDaddy DNS with simple python script. This script help you to point godaddy to your dynamic public IP.
from datetime import datetime
from urllib import request, error
from godaddypy import Client, Account
# Manage GoDaddy DNS with simple python script.
# This script help you to point godaddy to your dynamic public IP.
# Get the Production API key/secret from https://developer.godaddy.com/keys/.
# Ensure it's for "Production".