I am displaying the list of news from Times of India RSS feed in my webpage and once the user clicks the list it has to get the contents from the RSS feed and display the entire description in my webpage. I have seen this kind of app in mobile but I don't know how to do it just help me with this
It depend on the xml feed you are receiving some allow description while others don't
Related
I have an "Action" Zap which is the RSS Zap. Then the next "Action" Zap is a Run Code/Run Python Zap.
I would like the Python Zap to send all the existing feed entries in the RSS feed as data (photo data) from the RSS feed to a Google spreadsheet Zap or possibly Dropbox zap.
Basically I'd like to enter the RSS feed and the zap sends all the existing entries to a spreadsheet or Dropbox (image upload).
I've been able to collect the first entry from a feed using:
import re
values = re.sub('(^,+|,+$)', '', input_data['values'])
return [{'values': values}]
With 'values' being the image URL to collect the image. But I'd like to send every RSS feed entry URL to the next Zap
What do I need to change here? Thanks for your help!
Edit: Update
This is what I'm imagining
1. User Submits RSS Feed via form on website
2. Zap triggered
3. RSS feed app activated
4. Python app gets RSS feed info
4b. Python app extracts images and titles from every current entry on the RSS feed
4c. Python app send all extracted images and titles to Dropbox app
5. Dropbox app collects (via upload option) all images and text from the Python app in the folder
To key to this being the Zap captures everything that is currently in the RSS feed, instead of simply being ready to capture items as they come into the RSS feed.
I am trying to track traffic coming from Apple News through Google Analytics, submit in RSS format. After online search I found that only if it's submitted in Apple New format. And that RSS feed is unreliable to track with GA.
Is there any other way to do this?
The first link you provided shows that the browser dimension is set as AppleNews for those visitors (I've never used Apple News before, but I'm guessing it's an in-app browser).
This gives you a few options:
Use a secondary dimension of Browser with an advanced search for AppleNews in your Acquisition report.
Create a segment where the Browser matches AppleNews to make it available for all reports.
Create a find/replace filter when the Browser matches AppleNews to change the acquisition data itself (source/medium). You'll want to be careful with his because it permanently alters your data!
The other thought I had is that maybe it's possible to use UTM query strings only when submitting to RSS? If the data is scraping your website you could programmatically update the RSS URL to include UTM parameters to track the source/medium that way (this may have varying success because of other scrapers outside of Apple News).
If you manually submit to Apple News, you could manually UTM tag your URLs so the source/medium is forced to Apple News.
Does anyone have idea, how to download HTML page from UIWebview along with the resources - for offline storage, so user will be able to access web page, even when there is no internet.
It should be achieved without ASIWebPageRequest, since ASIWebPageRequestdownloads a webpage directly from URL. I need to save webpage directly from UIWebview, so that values of radio buttons, textfields etc input by user can be preserved, and load it in the same state later.
Actually, I am displaying surveys webpage offline. If user downloads a webpage after filling some information, it has to be saved in that state. When user opens app later, he should find webpage in the state he left off last time.
Any suggestions are welcome. Please note that this Question is not about caching webpage. It has to be saved in directory. Thanks.
I would like to add a feature to my RSS Reader that i am making that lets a user put in a link (eg. user inputs apple.com) and it shows them a list of feeds for that website like "apple hot news, apple developer" and so on. if anyone could tell me how i could start about doing that, that would be great, thanks!
In my application, I am showing some applications list which are on app store.
I want to get those application's icon image in my application.
I just search but not getting any relevant post on this.
Is there any way to get it? Apple allows to get? Please suggest if there is any way.
Thanks for the help.
apple has an JSON Service for that, where you get a lot of meta data for every application
This is the URL for the Facebook App
http://itunes.apple.com/lookup?id=284882215
and this a the URL for the Facebook and Twitter App combined:
http://itunes.apple.com/lookup?id=284882215,333903271
in the JSON you will find URLs of the app icons in attributes artworkUrl60, artworkUrl512 and artworkUrl100
"artworkUrl100":"http://a1170.phobos.apple.com/us/r30/Purple4/v4/37/7e/9e/377e9e31-388e-8d10-e414-f478a2f18d29/mzl.pacepjmm.png"
unfortunately those app icons are squared and don't have the rounded corners, you will get app icon how the developer uploaded it.
UPDATE: get data for other countries
if you want to get the data for different countries you can just add the country code in between e.g.
for Germany: http://itunes.apple.com/de/lookup?id=284882215
for France: http://itunes.apple.com/fr/lookup?id=284882215
I think there is an tool to generate AppStore Custom RSS Feeds, it returns links and icons, bu i had never worked on it.
iTunes RSS, With the iTunes Store RSS Feed Generator you can create custom RSS feeds to fit your specific needs. Specify feed length, genres, types, and more.