https://github.com/mateus/contentify
Transform the articles you find into elegant reading experiences.
https://github.com/mateus/contentify
contentify discontinued reader webscraping
Last synced: 2 months ago
JSON representation
Transform the articles you find into elegant reading experiences.
- Host: GitHub
- URL: https://github.com/mateus/contentify
- Owner: mateus
- Created: 2016-06-23T03:01:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T03:58:51.000Z (about 7 years ago)
- Last Synced: 2025-02-10T07:43:02.540Z (4 months ago)
- Topics: contentify, discontinued, reader, webscraping
- Language: Ruby
- Homepage: https://contentify.io
- Size: 27.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contentify
## Services
[](https://dashboard.heroku.com/apps/contentify/metrics/web)
[](https://www.cloudflare.com/a/overview/contentify.io)
[](https://app.bugsnag.com/contentify/contentify/)
[](https://mercury.postlight.com/web-parser/)
[](https://analytics.google.com/analytics/web/#report/defaultid/a28701911w144310886p148973418/)## Development
Rails Version: 5.0.2
### Enviorment Variables
Add all the credentials to `.env`
```
BUGSNAG_API_KEY [KEY]
DATABASE_URL [URL]
FACEBOOK_ID [KEY]
FACEBOOK_SECRET [KEY]
LANG = [en_US.UTF-8, ...]
MEMCACHIER_PASSWORD [KEY]
MEMCACHIER_SERVERS [KEY]
MEMCACHIER_USERNAME [KEY]
MERCURY_API_KEY [KEY]
PAPERTRAIL_API_TOKEN [KEY]
RACK_ENV [production|development]
RAILS_ENV [production|development]
RAILS_LOG_TO_STDOUT [enabled|disabled]
RAILS_SERVE_STATIC_FILES [enabled|disabled]
SECRET_KEY_BASE
SHOW_FEATURE [true|false]
```### Webpack server
`$ ./bin/webpack-dev-server`### Rails server
`$ rails s`