You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
394 B
20 lines
394 B
7 years ago
|
# Namesilo updater
|
||
|
|
||
|
## Prerequisite
|
||
|
|
||
|
`NAMESILO_API` in environment variable
|
||
|
|
||
|
`settings.conf` in the same directory
|
||
|
|
||
|
[default]
|
||
|
domain=example.com
|
||
|
subdomain=dynamic
|
||
|
|
||
|
### Python3 library
|
||
|
|
||
|
You probably don't need anything extra from python3. Tested on python 3.5.2 and 3.6.4
|
||
|
|
||
|
## What to make this works?
|
||
|
|
||
|
Adding `python3 update.py` to crontab should do the trick. Once a day should be enough IMHO.
|