Giter Club home page Giter Club logo

bitbar-plugins-custom's Introduction

BitBar-Plugins-Custom

Collection of BitBar plugins I wrote myself or tweaked to my liking.

Open Issues License

Report Bug · Request Feature

Table of Contents

About The Project

Product Screenshot

This repo contains scripts, programs and command-line tools that add functionality to BitBar.

Plugins I am currently using

Yahoo Weather Screenshot

CalenderLite Screenshot

Plugins I wrote

Dependencies: Python3 (there is also a version of this in Bash, but without the price alarm functionality)

  • Pulls stock information from the Yahoo Finance API v7
  • Shows major stock indices in the menu bar
  • Shows stock symbols in the dropdown menu with additional information in the submenus
  • Orders stock symbols by user configuration (alphabetically, market change by value ascending or descending or by absolute value)

Yahoo Stock Ticker Screenshot 1

  • Able to set price alarms for BUY or SELL limits for each stock in the watchlist
  • Notifies you if current stock price is lower than your set BUY limit
  • Notifies you if current stock price is greater than your set SELL limit
  • Remove one of your price limits by clicking on it
  • Clear all price limits

Yahoo Stock Ticker Screenshot 2

Dependencies: Python3, beautifulsoup4, requests

  • Shows YouTube subscribers, Facebook likes and Instagram followers.

Social Media Stats Screenshot

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • BitBar
# Install via brew on macOS
brew cask install bitbar

Or download .app file directly: Get the latest version of BitBar. Then copy it to your Applications folder.

Installation

1: Fork the repository (using the Fork button at the top)

2: Clone the repository

# Replace {YOUR_USERNAME} with your actual username
git clone https://github.com/{YOUR_USERNAME}/bitbar-plugins-custom.git

3: Change directory to bitbar-plugins-custom

cd bitbar-plugins-custom

4: Install python requirements

pip3 install -r requirements.txt

Usage

Run BitBar.app - it will ask you to select a plugins folder, choose the bitbar-plugins-custom/plugins folder

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements

bitbar-plugins-custom's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

bitbar-plugins-custom's Issues

What's the rate limit for Yahoo Finance v7?

What's the rate limit for Yahoo Finance v7?

I changed the frequency from 10 minutes to 5 seconds and it does not seem to error. But when I added more symbols to check for, it started erroring. Any idea what the rate limit is?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.