H4kor / koios

A web crawler written in Elixir
MIT License
0 stars 0 forks source link

Create example showing usage of library #2

Open H4kor opened 2 years ago

H4kor commented 2 years ago

Write a simple example showing how to extract some information from a website.

merTaner commented 2 years ago

Does it matter which library is used and what language it is written in?

eg: at python selenium + bs4 or bs4 request

H4kor commented 2 years ago

@merTaner This is a pure elixir project at the moment. I may add bindings for other languages in the far future. At the moment I just need a simple example to for usage within an elixir project.