Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


[WIP] APP - all your domains - Page 2
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

[WIP] APP - all your domains

2

Comments

  • seikanseikan Member
    edited May 2013

    Oops! I'm actually doing the same system which will be release soon!

    Screenshot

    Screenshot

  • alexalex Member

    Cool :) Competition is always good!

  • DStroutDStrout Member

    @alex said: Cool :) Competition is always good!

    Cool! Then count me in.

  • alexalex Member

    image

  • bcrlsnbcrlsn Member

    Haha, I was working on something sorta similar as well. Maybe I'll just wait until these come out.

  • joepie91joepie91 Member, Patron Provider

    If you need to parse WHOIS data, this is probably a good starting point: https://github.com/joepie91/python-whois

    Either pip install pythonwhois (if you use Python), or just grab the parsing rules from the code for any other language :)

  • alexalex Member

    @joepie91 said: If you need to parse WHOIS data, this is probably a good starting point: https://github.com/joepie91/python-whois

    actually I was being lazy and thought of grabbing info from http://whois.cryto.net/ :P

  • shovenoseshovenose Member, Host Rep

    @alex looks cool but it claims shovehost.com doesn't exist :(

  • PatrickPatrick Member

    @joepie91 How often if ever does WHOIS update? I still see stormvz.com when I searched it like 5 months back and till now still has same info (NS etc still same but they're different now)

  • danodano Member

    Looks good and seems to have most the info you would want/need -- the only suggestion I had was an alert for domains that expire soon, but it looks like you have that covered in your "future add-ons" list. Otherwise, it's simple and to the point -- good job!

  • AdducAdduc Member

    @alex You may want to use a library like https://github.com/SCLInternet/SclWhois to fetch whois information.

  • alexalex Member

    @dano said: the only suggestion I had was an alert for domains that expire soon

    on my list

    @Adduc said: @alex You may want to use a library like https://github.com/SCLInternet/SclWhois

    thanks! forked

  • alexalex Member

    planning of using this for whois info, looks promising:
    https://github.com/novutec/WhoisParser

  • AlexanderMAlexanderM Member, Top Host, Host Rep

    @shovenose said: @alex looks cool but it claims shovehost.com doesn't exist :(

    Thats a feature.

  • alexalex Member

    very rough version is on github https://github.com/mprz/dAgent
    it's far from perfect I know, but I want to share anyway
    will be actively working on it, hopefully by the end of the week everything will work as expected

  • BK_BK_ Member

    @Alex Once it's completed, i'll throw a few bucks your way :) Maybe so you can buy a domain for it or what have you. It's a tool I've been meaning to develop myself and yours looks very promising!

  • alexalex Member

    Thanks, will try to have everything polished for the next weekend. Bought the domain yesterday, it will be dAgent.org

  • MycroftMycroft Member

    Works for me, looks nice, didn't crash so far. Looks ok on my phone too

  • joepie91joepie91 Member, Patron Provider

    @Patrick said: @joepie91 How often if ever does WHOIS update? I still see stormvz.com when I searched it like 5 months back and till now still has same info (NS etc still same but they're different now)

    Actually, whois.cryto.net is a separate service that uses python-whois behind the scenes, but caches all results forever. I'll eventually make it request new WHOIS data as well.

    The python-whois library itself just makes a direct request, no caching is involved. That's up to the application using it.

  • alexalex Member
    edited May 2013

    image

    image

  • vanarpvanarp Member

    I think it will be good to have tracking of NS and DNS record changes for the domains.

    An idea that might be useful to some folks. Ability to enter how much was spent on purchase of the domain and subsequent renewals. Should also be able to mark it SOLD one day and calculate the actual profit/loss on the domain :)

  • alexalex Member

    @vanarp said: I think it will be good to have tracking of NS and DNS record changes for the domains.

    @vanarp said: Ability to enter how much was spent on purchase of the domain and subsequent renewals

    @vanarp said: Should also be able to mark it SOLD one day and calculate the actual profit/loss on the domain :)

    all very good points, actually first two already planned :)

  • MycroftMycroft Member

    What about login?

  • alexalex Member

    coming :)

  • MycroftMycroft Member

    Cool!

  • vanarpvanarp Member

    I seriously wish for such a tool to keep track of vps too. Not sure if there already exists one.

  • alexalex Member

    @vanarp said: I seriously wish for such a tool to keep track of vps too.

    meaning?

  • vanarpvanarp Member

    @alex said: meaning?

    Like one can keep a track of his domains with dAgent, similarly app to keep a track of all the vps purchased from different providers will be quite useful.

    I am sure most of us here on LET depend on Excel sheets as of now. A tool like dAgent will really help imho.

  • tortautortau Member

    @vanarp: I think it's more about the fact that not everyone wants to track the same things when it comes down to VPS.

    Eg.
    1) One person just wants to know which company, plan name, price.
    2) Another may want to know company, location of DC, plan name, memory, ips alloted (reverse dns), price, renewal date, payment method, etc.

    I'd say stick with Google Docs Spreadsheets :P

  • DavidxDavidx Member

    Keep it to domains.. no need to complicate things.

    For VPS just use openstatus & write down notes on your vps + you get monitoring too.

Sign In or Register to comment.