Backend API Server for Inboxly projects.
Inboxly is an application for convenient consumption of information from various social networks and sites, without the need to have accounts on these sites.
You choose these sources of information that you are really interested and thanks to custom filters, you can customize the automatic hide for news that you do not want to spend your time.
- Find and subscribe to feeds from RSS, Atom, youtube channel, reddit, etc...
- Feed grouping by custom category
- Collect entries to custom collections
- Mark entries as read/saved
- and more...
- Import feeds from OPML-file
- Extractor full-text articles.
- Fulltext search
- Custom entry filters
- Share to Pocket, Mastodon, etc...
- Calling custom webhooks for events
- Export entries to file
- Third-party extensions management
# Install dependencies
./inboxly install
# Run server and setup fresh DB
./inboxly up -d
./inboxly artisan migrate:fresh
Run the tests :
./inboxly test
The MIT License (MIT). Please see License File for more information.