humberaquino / bufpeek

A status bar application for OS X that shows today's update list for a Buffer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bufpeek

Bufpeek is a status bar application for OS X that shows today's update list for a Buffer account. It uses Buffer's API to authenticate and obtain the list of social updates.

Features

Here is a summary of the features:

  • Update's list filter by status: Pending and sent.
  • Update's list filter by social network. E.g. Twitter, Facebook, etc.
  • Refreshes every 2 minutes
  • Force a a refresh
  • Support for dark and light menu bar themes

Build it

Clone this repo and go inside the directory using a terminal. Then, run the pod command:

pod install

Create a FabricSetup file

cp FabricSetup-changeme FabricSetup
chmod u+x FabricSetup

Open the project:

open Bufpeek.xcworkspace

Edit the file FabricSetup with your Fabric API key

Run the project.

Current limitations

The app fetches at most 100 pending updates and 100 sent updates per profile. This means that if the user has a profile with more than 100 pending or sent updates, the updates after the update number 100 won't be obtained.

Ideas for improvement

It's been said that there is always space for improvement, so here is a list of things that could be added in future versions.

Features

  • Add an application icon and change the current status bar icon
  • Notification when an update is posted
  • Widget with a summary of Today's updates
  • Show a detail of an update
  • Configure the update interval
  • Configure the date range for listing updates. E.g. last 3 days and the next 2 days

Code

Improvements related to the code and the libraries used:

Supported platforms

The app uses CCNStatusItem which runs only on OS X 10.10. For this reason this project will run on this version and newer.

The current version is updated to Swift 2.0 and Xcode 7.0.

Known issues

  • UX: After a successful authentication the token provided is shown for a few seconds.

License and credits

This project is created by Humberto Aquino (@goku2 on Twitter) and is under the MIT license.

Feedback is always welcome :D

About

A status bar application for OS X that shows today's update list for a Buffer

License:MIT License


Languages

Language:Swift 96.9%Language:Ruby 2.2%Language:Objective-C 0.9%