michelleran / FicFeed

An iOS app to browse and track tags on Archive of Our Own.

Home Page:http://michellexran.com/ficfeed/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FicFeed

An app to browse & track tags on AO3.

Overview

FicFeed has two components: the front-end app and the notification server.

What does it do?

  • Browse ~400 fandom tags and view the 25 newest works in each (pulled from each tag’s RSS feed).
  • Read works in the app using a WKWebView.
  • Track/untrack tags to receive notifications about new works.
    • This is courtesy of the notification server, which iterates through all the tags, checking their RSS feeds for anything new, and sends notifications to topics corresponding to each tag. All this is executed regularly on a fixed schedule (via a cron job).

Notes

You may notice this app doesn't appear in the App Store. That's because it isn't published: it doesn't work with some particular Internet protocol. I was too busy with other things to fix that issue (though it should still work), and this has just been sitting around on my computer for a while until I decided to upload it. Feel free to do whatever you like with it!

Also, the API key in the notification server, as well as GoogleServices-Info.plist have been omitted. Additionally, text files that the notification server uses have been omitted for practicality (or lack thereof).

About

An iOS app to browse and track tags on Archive of Our Own.

http://michellexran.com/ficfeed/

License:MIT License


Languages

Language:Objective-C 68.8%Language:Swift 14.2%Language:C++ 6.4%Language:Python 4.9%Language:C 3.0%Language:Shell 2.6%Language:Ruby 0.1%