Search found 2945 matches
- Mon May 06, 2019 12:01 pm
- Forum: Awasu - General Discussion
- Topic: Multiple topic search
- Replies: 8
- Views: 34368
Re: Multiple topic search
I run "C:\Program Files (x86)\Awasu\AppPlugins\CombineFeeds.exe", a black box opens and closes. Nothing else happens, it does not give me the option to combine feed CombineFeeds.exe is an Awasu plugin i.e. it's not a standalone program, it's a program that is run by Awasu. Start the Channel Wizard ...
- Mon May 06, 2019 8:28 am
- Forum: Awasu - General Discussion
- Topic: Multiple topic search
- Replies: 8
- Views: 34368
- Thu May 02, 2019 6:12 pm
- Forum: Awasu - General Discussion
- Topic: Multiple topic search
- Replies: 8
- Views: 34368
Re: Multiple topic search
Then you want the CombineFeeds plugin.
It's pretty easy to use - just create a new plugin channel, browse to the EXE, then enter the feed URL's you want to combine.
- Wed May 01, 2019 5:22 am
- Forum: Awasu - General Discussion
- Topic: Multiple topic search
- Replies: 8
- Views: 34368
Re: Multiple topic search
I am not sure if you can do this with Awasu. At first glance, I can't seem to get it. Do you mean you want to show groups of channels together in the My Channels window? This can be done by creating folders , then putting the channels in those folders. Or did you mean you want to combine multiple R...
- Sat Apr 27, 2019 10:26 am
- Forum: Awasu - General Discussion
- Topic: Happy Awasu Day!!!
- Replies: 1
- Views: 11432
Re: Happy Awasu Day!!!
Yes I'm still around and still using Awasu everyday. Ghosts from Christmas past! Good to see you're still around. I was going to write something on the blog for Awasu Day, but I didn't really have anything to say :| I'm actually in India, right now, and Awasu Day this year, I was sitting under the ...
- Tue Nov 13, 2018 5:11 am
- Forum: Awasu - General Discussion
- Topic: JSON formatting issue
- Replies: 1
- Views: 10374
Re: JSON formatting issue
I get extra ' " ' in title of channel. You've wrapped the JSON values in double quotes i.e. it should be: "id": {%ITEM-METADATA% AwasuId encode=jsonval}, The different between encode=json and encode=jsonval is that the latter will wrap values in double quotes if necessary i.e. numeric values will s...
- Mon Sep 10, 2018 7:56 am
- Forum: Awasu - Feature Requests
- Topic: GUI improvment + Analytics view tools
- Replies: 3
- Views: 22366
Re: GUI improvment + Analytics view tools
When user click on headline link in GUI it is add headline title to match content from title. After reading article user has option to select boring / intersting article. If article is intersting is add to match from all text content. People will then want "OK", "follow up", "maybe", etc. :-) and i...
- Sun Jul 22, 2018 2:52 pm
- Forum: Awasu - Extensions
- Topic: WebScrape-v1.30b: Error when scraping "https://" url
- Replies: 1
- Views: 17656
Re: WebScrape-v1.30b: Error when scraping "https://" url
This plugin was written quite a few years ago by one of our old users, before SSL become as widely spread as it is now, so I imagine the plugin doesn't work properly with SSL. Unfortunately, he didn't leave us with the source code, so we can't fix it to support HTTPS sites. If you have some technica...
- Mon Jul 09, 2018 2:09 pm
- Forum: Awasu - Feature Requests
- Topic: GUI improvment + Analytics view tools
- Replies: 3
- Views: 22366
Re: GUI improvment + Analytics view tools
Cool, more good ideas :-) Thanks! a) click on folder - load all articles in folder (grouped channel) in view in middle / right (left) window This is a report , which can be configured to show items from channels in a folder. b) view only last 10/20/100 new articles per channel + option a) Channels c...
- Fri Feb 16, 2018 11:33 pm
- Forum: Awasu - Extensions
- Topic: awasu-api version on PyPi
- Replies: 1
- Views: 12515
Re: awasu-api version on PyPi
Ah, I was wondering if/when somebody would notice this :-) IIRC, I deliberately didn't update PyPi because I wasn't really happy with the new version that support both Python 2 and 3. I realized that there are a lot of subtle semantic differences in string handling and trying to write code that tran...
- Sat Feb 10, 2018 9:15 am
- Forum: Awasu - General Discussion
- Topic: How use batch processing to detect RSS in links
- Replies: 7
- Views: 23673
Re: How use batch processing to detect RSS in links
Another way to create many channels at once is to import an OPML file. Actually, that's a pretty clever idea :clap: Awasu impresses even me, sometimes... :-) Import from OPML also has an option to create the imported channels in a specific folder, so as long as you want to put the new channels in t...
- Fri Feb 09, 2018 10:20 am
- Forum: Awasu - General Discussion
- Topic: How use batch processing to detect RSS in links
- Replies: 7
- Views: 23673
Re: How use batch processing to detect RSS in links
If you call $/channels/create , the Channel Wizard won't show at all, the channel will just be created (with default settings). If you want to set folders, you can specify them in the XML you send when creating the channel. Call $/channels/list to see what the XML looks like, then send the same thin...
- Thu Feb 08, 2018 8:20 pm
- Forum: Awasu - General Discussion
- Topic: How use batch processing to detect RSS in links
- Replies: 7
- Views: 23673
Re: How use batch processing to detect RSS in links
Use the $/channels/create API call for each one.
If you really want the New Channel Wizard to come up, call $/channels/create instead.
If you really want the New Channel Wizard to come up, call $/channels/create instead.
- Thu Feb 08, 2018 7:36 pm
- Forum: Awasu - General Discussion
- Topic: How use batch processing to detect RSS in links
- Replies: 7
- Views: 23673
Re: How use batch processing to detect RSS in links
There isn't really a way to automate this in Awasu, so you'll have to do it yourself. Fortunately, Python to the rescue - the process of detecting feed URL's is called "auto-discovery", and a Google search turns up a few possibilities e.g. this.
- Thu Jan 11, 2018 6:54 am
- Forum: Awasu - Bug Reports
- Topic: Bug, Feature, or PEBKAC
- Replies: 3
- Views: 27987
Re: Bug, Feature, or PEBKAC
I've been a little quiet in 2017 due to some health problems, but I'm getting better now. Ah, sorry to hear that. I thought you were enjoying all your new-found free time, out on the golf course or something like that... :-) I thought I might have been doing something wrong as you've thoroughly deb...