Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fcce/cx_extractor
Extract article from the web page
https://github.com/fcce/cx_extractor
cx-extractor
Last synced: about 2 months ago
JSON representation
Extract article from the web page
- Host: GitHub
- URL: https://github.com/fcce/cx_extractor
- Owner: fcce
- License: mit
- Created: 2019-05-16T11:53:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T05:42:31.000Z (5 months ago)
- Last Synced: 2024-10-14T15:38:57.413Z (2 months ago)
- Topics: cx-extractor
- Language: Ruby
- Homepage: https://fcce.github.io/cx_extractor/
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CxExtractor
[![Build Status](https://travis-ci.org/fcce/cx_extractor.svg?branch=master)](https://travis-ci.org/fcce/cx_extractor)
Extract article from the web page, this gem is appropriate for the web page which contains lots of text.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'cx_extractor'
```And then execute:
brew install imagemagick
brew link --force imagemagick@6
bundleOr install it yourself as:
gem install cx_extractor
## Usage
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/fcce/cx_extractor. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
## Code of Conduct
Everyone interacting in the CxExtractor project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/cx_extractor/blob/master/CODE_OF_CONDUCT.md).