hackershare / Hackershare
Licence: mit
Hackershare is a powerful social bookmarking service and a knowledge-sharing community, with advanced search and tag management feature
Stars: ✭ 178
Projects that are alternatives of or similar to Hackershare
Githubtrendingrss
Unofficial RSS feed generator for GitHub Trending
Stars: ✭ 54 (-69.66%)
Mutual labels: rss, rss-feed
Myrss
a copy of my RSS feeds in a handy .opml file
Stars: ✭ 103 (-42.13%)
Mutual labels: rss, rss-feed
Vkrss
Generates RSS feed of opened/closed vk.com wall or global searched opened posts. Features: post filtering (include/exclude by regexp and/or by owner type), ads skipping, automatic title generation, hash-tags extraction as RSS categories, initial author extraction, HTML formatting
Stars: ✭ 59 (-66.85%)
Mutual labels: rss, rss-feed
Scrape Rss Bot
Slack bot that converts links to an RSS feed
Stars: ✭ 16 (-91.01%)
Mutual labels: rss, rss-feed
Sharer.js
🔛 🔖 Create your own social share buttons. No jquery.
Stars: ✭ 1,624 (+812.36%)
Mutual labels: hackernews, reddit
Bbc Rss
BBC iPlayer programmes / Nitro API to RSS adaptor app
Stars: ✭ 10 (-94.38%)
Mutual labels: rss, rss-feed
Rss To Json
RSS and Atom feed generator for Node.js
Stars: ✭ 88 (-50.56%)
Mutual labels: rss, rss-feed
Api.rss
RSS as RESTful. This service allows you to transform RSS feed into an awesome API.
Stars: ✭ 340 (+91.01%)
Mutual labels: rss, rss-feed
Telegram Robot Rss
A clean and easy to use RSS Newsfeed Bot for fabulous Telegram Messenger App! 🤖 ✉️ ❤️
Stars: ✭ 120 (-32.58%)
Mutual labels: rss, rss-feed
Feedbag
Ruby's favorite feed auto-discovery library/tool
Stars: ✭ 115 (-35.39%)
Mutual labels: rss, rss-feed
Rss Parser
A lightweight RSS parser, for Node and the browser
Stars: ✭ 793 (+345.51%)
Mutual labels: rss, rss-feed
All About Rss
A list of RSS related stuff: tools, services, communities and tutorials, etc.
Stars: ✭ 636 (+257.3%)
Mutual labels: rss, rss-feed
Blog Post Workflow
Show your latest blog posts from any sources or StackOverflow activity or Youtube Videos on your GitHub profile/project readme automatically using the RSS feed
Stars: ✭ 910 (+411.24%)
Mutual labels: rss, rss-feed
Discord feedbot
Moved to https://gitlab.com/ffreiheit/discord_feedbot
Stars: ✭ 67 (-62.36%)
Mutual labels: rss, rss-feed
Rss Bridge
The RSS feed for websites missing it
Stars: ✭ 4,067 (+2184.83%)
Mutual labels: rss-feed, rss
Slownews
🐢 Bringing slow news for the nervous among us
Stars: ✭ 112 (-37.08%)
Mutual labels: hackernews, reddit
Dato.rss
The best RSS Search experience you can find
Stars: ✭ 122 (-31.46%)
Mutual labels: rss, rss-feed
Hackershare
Social bookmarks website for hackers. Alternative to delicious, hackernews, pocket. Hackershare is the open source software which powers hackershare.dev
There is also a project introduction article for your reference: hackershare: Social bookmarking reinvented!
Dependency
- Postgresql 12
- Rails 6
- Stimulusjs
- Turbolinks 5
- rails-ujs
- imagemagic
- redis
Setup local
- PG extension install
- rails db:create
- rails db:migrate
- rails db:seed_fu
Setup by Docker
- Make a copy of the example environment file and modify as required [optional].
cp .docker.env .env
- Build the images.
docker-compose build
- After building the image or after destroying the stack you would have to reset the database using the following command.
docker-compose run --rm rails bundle exec rails db:create
docker-compose run --rm rails bundle exec rails db:migrate
docker-compose run --rm rails bundle exec rails db:seed_fu
or
docker-compose run --rm rails bundle exec rails db:reset
docker-compose run --rm rails bundle exec rails db:seed_fu
- Run app
docker-compose up
- stop app
docker-compose down
Deployment
- Nginx conf sync: bundle exec cap production puma:nginx_config
- Deploy: bundle exec cap production deploy
chrome extension
- https://github.com/hackershare/hackershare-ext
- https://chrome.google.com/webstore/detail/hackershare/pinmchdpdbjbhijbagmealcojjpeebmh
refresh sitemap
- bundle exec rake sitemap:refresh
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].