https://github.com/prio101/gurdian_scrapper
Scrapper made with Elixir Lang for the Gurdian website
https://github.com/prio101/gurdian_scrapper
elixir-lang mix scrapper-script
Last synced: over 1 year ago
JSON representation
Scrapper made with Elixir Lang for the Gurdian website
- Host: GitHub
- URL: https://github.com/prio101/gurdian_scrapper
- Owner: prio101
- Created: 2018-08-20T05:59:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T06:07:23.000Z (almost 8 years ago)
- Last Synced: 2025-01-21T03:28:29.290Z (over 1 year ago)
- Topics: elixir-lang, mix, scrapper-script
- Language: Elixir
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GurdianScrapper
**TODO: Few More changes**
- Add new test cases
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `gurdian_scrapper` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:gurdian_scrapper, "~> 0.1.0"}
]
end
```
`cd` to project dir and later run these commands
```elixir
> cd ./to_project
> iex -S mix
>> GurdianScrapper.start_and_finish_scrapping
```
this will regenerate the scrapped file inside the main directory. Named `data_save_scrapped.txt`
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/gurdian_scrapper](https://hexdocs.pm/gurdian_scrapper).