https://github.com/joao2391/elixpose
A package that helps you to scrap web pages. It shows you a lot of information about the page.
https://github.com/joao2391/elixpose
elixir elixir-examples elixir-lang elixir-library elixir-programming-language
Last synced: about 1 month ago
JSON representation
A package that helps you to scrap web pages. It shows you a lot of information about the page.
- Host: GitHub
- URL: https://github.com/joao2391/elixpose
- Owner: joao2391
- Created: 2021-12-09T10:27:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T11:17:43.000Z (over 3 years ago)
- Last Synced: 2025-03-09T04:03:09.880Z (2 months ago)
- Topics: elixir, elixir-examples, elixir-lang, elixir-library, elixir-programming-language
- Language: Elixir
- Homepage: https://hexdocs.pm/elixpose/0.1.0/Elixpose.html#content
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://hex.pm/packages/elixpose)
[](https://hexdocs.pm/elixpose/)
[](https://hex.pm/packages/)# Elixpose
It is a package for helping you to scrap web pages. It shows you a lot of information about the page.
## Notes
Version 0.1.0:- Added features to get information from the page.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `elixpose` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:elixpose, "~> 0.1.0"}
]
end
```## Features
```elixir
count_css(url, headers \\ [])count_js(url, headers \\ [])
count_html_elements(url, headers \\ [])
count_meta_tags(url, headers \\ [])
count_onclick_events(url, headers \\ [])
count_forms(url, headers \\ [])
get_js_content(url, headers \\ [])
get_css_content(url, headers \\ [])
get_forms_info(url, headers \\ [])
get_page_size(url, headers \\ [])
get_onclick_values(url, headers \\ [])
has_ajax_call?(url, headers \\ [])
get_json_report(url, headers \\ [])
```## Documentation
Documentation can be found at [https://hexdocs.pm/elixbacen](https://hexdocs.pm/elixbacen).
## License
[MIT](https://choosealicense.com/licenses/mit/)