Your best best is Selenium, not sure if there are Nim bindings but @dom96's 
[Webdriver<https://github.com/dom96/webdriver](https://forum.nim-lang.org/postActivity.xml#webdriver-https-github-com-dom96-webdriver)
 can be a good start.

Otherwise if you only want to scrape webpages there are several examples you 
can find on Google:

  * [Rosetta code](https://www.rosettacode.org/wiki/Web_scraping#Nim)
  * [Business list 
scraper](https://gist.github.com/Adeohluwa/be66b48793a3c9746f3e3cbdeb0a3066)
  * [Manga 
downloader](https://github.com/mashingan/nim-etc/blob/master/downloadmanga.nim)
  * [CSS Selectors](https://github.com/GULPF/nimquery)


Reply via email to