LibreNews-Server | A free and open breaking news notification platform
kandi X-RAY | LibreNews-Server Summary
kandi X-RAY | LibreNews-Server Summary
LibreNews-Server is a Python library. LibreNews-Server has no bugs, it has no vulnerabilities, it has build file available, it has a Strong Copyleft License and it has low support. You can download it from GitHub.
LibreNews-Server is the server side of the LibreNews ecosystem. It provides a RESTful JSON api by which clients can retrieve the twenty latest breaking news notifications. This implementation uses Twitter's BBC breaking news account to detect breaking news, however it is possible to implement a LibreNews that uses a different source of implementation -- just update the flashes.py file as necessary. This file will provide three documentations: 1) how to use LibreNews-Server from the perspective of a user, 2) how to use LibreNews server from the perspective of a developer who is making a LibreNews client, 3) from someone who wants to run a LibreNews server for herself, and 4) from the perspective of a developer who wants to modify or build a new LibreNews-Server.
LibreNews-Server is the server side of the LibreNews ecosystem. It provides a RESTful JSON api by which clients can retrieve the twenty latest breaking news notifications. This implementation uses Twitter's BBC breaking news account to detect breaking news, however it is possible to implement a LibreNews that uses a different source of implementation -- just update the flashes.py file as necessary. This file will provide three documentations: 1) how to use LibreNews-Server from the perspective of a user, 2) how to use LibreNews server from the perspective of a developer who is making a LibreNews client, 3) from someone who wants to run a LibreNews server for herself, and 4) from the perspective of a developer who wants to modify or build a new LibreNews-Server.
Support
Quality
Security
License
Reuse
Support
LibreNews-Server has a low active ecosystem.
It has 59 star(s) with 11 fork(s). There are 7 watchers for this library.
It had no major release in the last 12 months.
There are 6 open issues and 10 have been closed. On average issues are closed in 9 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of LibreNews-Server is v0.1.0
Quality
LibreNews-Server has 0 bugs and 0 code smells.
Security
LibreNews-Server has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
LibreNews-Server code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
LibreNews-Server is licensed under the GPL-3.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
LibreNews-Server releases are available to install and integrate.
Build file is available. You can build the component from source.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of LibreNews-Server
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of LibreNews-Server
LibreNews-Server Key Features
No Key Features are available at this moment for LibreNews-Server.
LibreNews-Server Examples and Code Snippets
Copy
"channels": [
"Announcements",
"Breaking News"
],
"latest": [
{
"channel": "Breaking News",
"id": 879866339728515073,
"link": "http://bbc.in/2tiEJYW",
"source": "BBC"
Copy
"twitter": {
"consumer_key": "XXXXX",
"consumer_secret": "XXXXX",
"access_token": "XXXXX",
"access_token_secret": "XXXXX"
},
"accounts": [
["@BBCBreaking", "BBC", "Breaking News"],
["@LibreNewsApp", "LibreNews", "Announcements
Community Discussions
No Community Discussions are available at this moment for LibreNews-Server.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install LibreNews-Server
You can download it from GitHub.
You can use LibreNews-Server like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
You can use LibreNews-Server like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Want to make your own LibreNews client? You've come to the right place. Most of the power of the LibreNews server for developers lies behind the /api endpoint. This is where you'll want to go to get the data for your app. This endpoint requires no authentication and has no rate limiting, however please be reasonable in the load that your application puts on the server. (You may be kindly asked to run your own notification server if your application is found to put so much load on the server that it negatively affects other users.). The /api endpoint provides a RESTful JSON api. It provides the latest 25 flashes, as well as the server's name and the channels offered by the server. Because one of the goals of LibreNews was to make it as simple as possible, it is not currently possible to specify only certain channels in the GET request.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page