Files
squatm3gator/squatm3-api/wrapper/3rdparty/squatm3/configuration/config.py
2018-12-04 16:01:33 +01:00

13 lines
338 B
Python

DB = {
'homoglyph': 'wrapper/3rdparty/squatm3/db/homoglyph',
'top_domains': 'wrapper/3rdparty/squatm3/db/top_domains',
}
GODADDY = {
'key': '',
'secret': '',
'api_endpoints': ['/v1/domains/tlds','/v1/domains/available'],
'api_url': 'https://api.godaddy.com/',
'url': 'https://uk.godaddy.com/domainsapi/v1/search/exact?q='
}