Search found 23 matches
- Mon Nov 12, 2018 8:05 pm
- Forum: Awasu - General Discussion
- Topic: JSON formatting issue
- Replies: 1
- Views: 9153
JSON formatting issue
After few long months I lost my data and I start coding Awasu plugins from scratch. I was shock that previous template is not working: { {%REPEAT% Channels-IfGroupingItems insert=","} "{%CHANNEL-METADATA% name encode=jsonval}": [ {%REPEAT% FeedItems insert=","} { "id": "{%ITEM-METADATA% AwasuId enco...
- Sun Jul 08, 2018 5:29 pm
- Forum: Awasu - Feature Requests
- Topic: GUI improvment + Analytics view tools
- Replies: 3
- Views: 20186
GUI improvment + Analytics view tools
Intro As I use Awasu some time and make a lot of analytics of them I think about few improvment for use out of box. I grouped them on two fields - first is GUI features. It is for faster view and more control and comfortable viewing new headlines. In some case is strange for me. I have to use Pytho...
- Thu Feb 08, 2018 4:01 pm
- Forum: Awasu - General Discussion
- Topic: How use batch processing to detect RSS in links
- Replies: 7
- Views: 20848
How use batch processing to detect RSS in links
Awasu has nice feature - detection RSS link on website. I use it a lof of time. On some exotic pages is not posible find RSS link in easy way. Awasu is solution, but I have troubles. I get spreadsheet with above 1000 news website. I have to found RSS on each. Question: 1. How batch processing new ur...
- Thu Dec 14, 2017 7:22 pm
- Forum: Awasu - General Discussion
- Topic: How search work?
- Replies: 1
- Views: 6442
How search work?
Intro I use in script search function by API call: http://localhost:2604/search/query Strange thing is when I put in Awasu GUI searching term are more accurate than in my script. Questions: 1. How then search matching things? 2. Where could be any difference between searching via GUI and via API ca...
- Sun Sep 03, 2017 10:32 am
- Forum: Awasu - Extensions
- Topic: Changing channel name on the fly
- Replies: 4
- Views: 8371
Changing channel name on the fly
Is a posibility change channel name when Awasu is running? I think about edition .channel file, but it will be working? I want for search agent channel change his name based on content which was get from Awasu DB by internal search engine:D Yes, it is not sound complicated 

- Fri Sep 01, 2017 9:28 am
- Forum: Awasu - General Discussion
- Topic: Why Awasu duplicates articles?
- Replies: 2
- Views: 7416
Why Awasu duplicates articles?
When I generate channels I get often articles with the same title, url and publishing date. Why is it a possible in the same channel? Fx. I have article in the type: "New King speach", http:\\www.bcc.co.uk, published: 12:08. "New King speach", http:\\www.bcc.co.uk, published: 12:08. Sometimes I get ...
- Fri Aug 25, 2017 2:46 pm
- Forum: Awasu - General Discussion
- Topic: Mini PC as search bot / server for Awasu
- Replies: 4
- Views: 8109
Mini PC as search bot / server for Awasu
At the last time I think about making small server for Awasu. Free webservers with Python support are too limited with external websites access. I want flexibility with installing another modules too. The best option is buy cluster time and CPU power, but is out of my range. I think about something ...
- Fri Aug 11, 2017 12:34 pm
- Forum: Awasu - Extensions
- Topic: How mark article as read by API?
- Replies: 3
- Views: 7348
How mark article as read by API?
Idea is simple. When I get articles from Awasu I want specified and selected articles mark as read using article internal Awasu ID. How do it?
- Thu Aug 03, 2017 5:15 am
- Forum: Awasu - Extensions
- Topic: Script is too long executed and Awasu can't get result from it
- Replies: 3
- Views: 7160
Script is too long executed and Awasu can't get result from it
Before generating channel for Awasu I have to make calculation. It's takes few minutes. I have correct result, but execution time is too long for Awasu and I get error. How change that? What do when scripts need time to execution before send data to Awasu?
- Sat Jul 29, 2017 6:37 am
- Forum: Awasu - Extensions
- Topic: Generating few channel with one plgin
- Replies: 27
- Views: 18560
Generating few channel with one plgin
I have script returned data from Awasu, but I want get results in format below to Awasu: Channel_name_result1 feed 1 feed 2 feed n Channel_name_result2 feed 1 feed 2 feed n Channel_name_resultn feed 1 feed 2 feed n So then in docs code for this is: Name this part of code " Generating Channel " print...
- Thu Jul 27, 2017 6:36 pm
- Forum: Awasu - Extensions
- Topic: How create report by API?
- Replies: 1
- Views: 6092
How create report by API?
Calling API: http://localhost:2604/reports/create?format=json&token=xxx I try create report, but I get "errorMsg": "Missing request data." In doc is http://awasu.com/help/3.1/For%20developers/Awasu%20API/03-Reports.html#ReportConfig : <dataSource type="channelFolders" markItemsAsRead="yes" groupByCh...
- Wed Jul 26, 2017 8:18 pm
- Forum: Awasu - General Discussion
- Topic: How get API unread articles from channel as JSON
- Replies: 6
- Views: 8670
How get API unread articles from channel as JSON
How use API to get unread articles from channel as JSON? I remove my previous code, but I try something like that: {%REPEAT% Channels-IfGroupingItems} {%?GROUP-ITEMS-BY-CHANNEL%} { "{%CHANNEL-METADATA% name}": { {%REPEAT% FeedItems} "{%id%}": { "title": "{%ITEM-METADATA% name!}", "published": "{%ITE...
- Sat Jul 22, 2017 12:46 pm
- Forum: Awasu - Feature Requests
- Topic: Return channel as JSON and XML
- Replies: 5
- Views: 8020
Return channel as JSON and XML
Intro To get all articles in channels I use API call in format: http://localhost:2604/channels/get?format=json&token=xxx&id=100 Result: HTML file and making processing data. Workaround Set report template with structure and check processing by grouping in Awasu: title;url;published;channelname{%REP...
- Fri Jul 21, 2017 5:28 am
- Forum: Awasu - Extensions
- Topic: How get channel lis in specific report?
- Replies: 2
- Views: 6440
How get channel lis in specific report?
Introduction Fx. I create folder NEWS and subfolders Europe , Asia , North America . Next I create reports: All News - I get report from all folders in main folder NEWS (with CNN channel within) and subfolders Europe, Asia, North America Europe News - I get report from Europe News - BBC Asia News -...
- Thu Jul 13, 2017 8:11 pm
- Forum: Awasu - Extensions
- Topic: How to use the API to check if an item has been read
- Replies: 3
- Views: 6837
How to use the API to check if an item has been read
I try get JSON data from Awasu with code: phrase = "Donald Trump" import requests print("Check in Awasu: ", phrase) a_search = "http://localhost:2604/search/query" opt = {} opt["token"] = "GYmh3B" opt["age"] = "1" opt["p"] = "1" opt["ps"] = "20" opt["l"] = "title,content" opt["format"] = "json" opt[...