There are millions of services out there. Each one comes with an extra dashboard. Centr aims to combine the dashboard of all services. Also Centr should be easily extensible for new services.
- RSS Feed support
- Soundcloud (partly WIP (see TODO))
- Reddit (partly WIP (see TODO))
- GitHub
- KeePass Connection
pip install -r requirements.txt
python main.py db upgrade
python main.py runserver
OR
./install_and_run.sh
install_and_run.bat
You can contribute by adding issues and suggesting new services. Or you simply fork and make pull requests.
#TODO [ ] Soundcloud (implement cards for comment)
[ ] Soundcloud (implement cards for favoriting)
[ ] Reddit (implement user login -> monitor new mails (new comments and new upvotes))
[ ] Implement infinity-scroll?
[ ] Performance fixes (away from prerendered templates to real web technology?)
Centr is licensed under the GNU General Public License version 3. The text of the GNU General Public License can be viewed at http://www.gnu.org/licenses/gpl.html See LICENSE.md file.