emacs for scraping Google search results

1 · Shane Mulligan · Oct. 24, 2019, 11 a.m.
I have had issues with using python libraries for scraping Google search results. It appears that pip libraries keep going out of order. Therefore, I switched to scraping with emacs. I have developed a faith in the eww browser due to its reliability. Create the elisp function which uses xurls to scrape URLs from text 1 2 3 4 5 (defun google-scrape-after-loaded () ;; (new-buffer-from-string (sh/ptw/uniqnosort (sh/ptw/xurls (format "%S" (buffer-string)))) "*google-results*") (let ((results (sh/pt...