MagicMirrorOrg /
MagicMirror
MagicMirror² is an open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal assistant.
97/100 healthLoading repository data…
MiniDude22 / repository
Allows you to download music from Pandora, while running a tiny Flask python server.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is a simple project that uses a google chrome extension to interface with Pandora, to add the ability to download the songs for offline listening.
It uses a small python Flask web server to handle the downloading and tagging of the songs
I started this project to implement a known method of getting the song into a Chrome extension so that I could learn how they work.
Please note that use of this extension is a violation of Pandora's Terms of Use.
Follow the instructions here.
If you don't have python and pip installed, install them.
Install Flask and Mutagen with pip ( if you're on Windows, make sure you have your python scripts directory in your PATH )
pip install flask
pip install mutagen
Navigate to chrome://extensions
Check the Developer Mode box.
ClickLoad unpacked extension...
Navigate to the Pandora-Downloader folder
Open a terminal/CMD window and run the flask_server.py file
python flask_server.py
You should get the flask output of:
* Running on http://127.0.0.1:5000/
If you want an extra test, visit http://localhost:5000/download and you should see:
Method Not Allowed
The method is not allowed for the requested URL.
You can change where songs are saved by editing flask_server.py on line 12.
This defines the save structure. It has different keywords you can use to organize your songs. Here an example using all the keywords:
save_template = os.sep.join((
os.path.expanduser("~"),
'Music',
'Pandora',
"{station}",
"{artist}",
"{album} - {title}.m4a"
))
*You should also be able to re-use keywords if desired
Selected from shared topics, language and repository description—not editorial ratings.
MagicMirrorOrg /
MagicMirror² is an open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal assistant.
97/100 healthNeet-Nestor /
A script allowing you to download images and videos from Telegram web even if the group restricts downloading.
90/100 healthOscarGodson /
EpicEditor is an embeddable JavaScript Markdown editor with split fullscreen editing, live previewing, automatic draft saving, offline support, and more. For developers, it offers a robust API, can be easily themed, and allows you to swap out the bundled Markdown parser with anything you throw at it.
82/100 healthegret-labs /
Egret is a brand new open mobile game and application engine which allows you to quickly build mobile games and apps on Android,iOS and Windows.
80/100 healthSylarLong /
⭐This is a lightweight kit for generating astrolabes for Zi Wei Dou Shu (The Purple Star Astrology), an ancient Chinese astrology. It allows you to obtain your horoscope and personality analysis. 支持多语言轻量级获取紫微斗数排盘信息的javascript开源库。
93/100 healthkalcaddle /
kodbox is a file manager for web. It is a newly designed product based on kodexplorer. It is also a web code editor, which allows you to develop websites directly within the web browser.You can run kodbox either online or locally,on Linux, Windows or Mac based platforms
82/100 health