Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dlannan/autonews
A simple auto news grabber and organizer.
https://github.com/dlannan/autonews
Last synced: 4 months ago
JSON representation
A simple auto news grabber and organizer.
- Host: GitHub
- URL: https://github.com/dlannan/autonews
- Owner: dlannan
- Created: 2019-12-04T07:55:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-20T11:07:51.000Z (over 1 year ago)
- Last Synced: 2023-09-20T23:42:07.832Z (over 1 year ago)
- Language: Lua
- Homepage:
- Size: 1.56 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-defold - Autonews
README
# Autonews
This is a simple Defold project to get some experience using it for application development. The long term goal is to integrate it into my online simulation system.
---
The general idea is that this application will trawl and categorize information from the internet generating links that allow the user to visit. A simple example:
A user wants recent tech news.
The user provides a list of 'preferred' urls (they get a higher priority) and the app also does 'regular' searches as well, then it ranks and builds a list suited to the user. As time goes by, the user effectively trains the algorithm to better select sources of this news.---
This will not be an amazing app. its a test for using Defold in a way it probably wasnt initially intended for ;)
And it will help trial interfaces and controls that will allow me to devleop applications that can work with already built systems.