Hacker News new | past | comments | ask | show | jobs | submit login

fun...

  #!/bin/bash
  while :
  do
    curl -s 'https://www.domainsfortherestofus.com/' | pup '.domain-name text{}' >> domains.txt
  done



Hadn’t seen pup before... nice

https://github.com/EricChiang/pup




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: