Dynadot

Python scrapper to get Dynadot domain prices

NameSilo
Watch
Impact
1,418
Hi guys,

I have just created a python scrapper that will help you get a nice output of prices from Dynadot in USD, EUR and GBP currency.

I got the idea from here: https://www.namepros.com/threads/tldes-com-domain-price-comparison.1171490/

Feel free to like the project if you like it :)
Available on github for free: https://github.com/01fbk/dnprices

Sample output below.
sample-output.png


Thanks,
Cristian
 
Last edited:
2
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Thanks! Silly silly question, sorry to have to ask - how do I get python to run on my Windows computer? I am running Windows 7. I do have another computer with Windows 10 but I immensely dislike Win10 so I use Win7 95% of the time.
 
0
•••
Hello, you have to install pycharm which is a Python editor and then, you have to install Python for Windows, just google that and you will find it.
After you install Python, make the settings in pycharm to use it. Google: how to add Python interpreter în pycharm

Thanks,
Cristian
 
1
•••
Hello, you have to install pycharm
@AnthonyD

Sorry, no, that's not necessary at all especially for a non-technical user who doesn't plan on creating their own scripts. Notepad++ will be sufficient for @AnthonyD if they have any need to look at the source code. Pycharm would be way too complex for a non-developer to use.

All they need to do is run the Python 3 installer, which they can download from Python.org. Just make sure they tick the checkbox "Add Python to environment variables" as it is unchecked by default.
 
3
•••
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back