All Projects → forecho → Quicksilver

forecho / Quicksilver

快银-『使用泛用型播客客户端订阅播客节目』计划- podcast

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Quicksilver

Winds
A Beautiful Open Source RSS & Podcast App Powered by Getstream.io
Stars: ✭ 8,530 (+6891.8%)
Mutual labels:  podcast
Castanet
A podcast-oriented theme for Hugo
Stars: ✭ 78 (-36.07%)
Mutual labels:  podcast
Poddycast
Podcast app made with Electron, lots of ❤️ and ☕️
Stars: ✭ 111 (-9.02%)
Mutual labels:  podcast
Dctb Links
My Personal Links
Stars: ✭ 65 (-46.72%)
Mutual labels:  podcast
Ios Toolbox
My iOS dev toolbox.
Stars: ✭ 76 (-37.7%)
Mutual labels:  podcast
Podcast
iTunes and RSS 2.0 Podcast Generator in Golang
Stars: ✭ 91 (-25.41%)
Mutual labels:  podcast
Coderdojo.jp
☯️ CoderDojo Japan (@coderdojo-japan) official website developed by Ruby on Rails with @YassLab team. 💎
Stars: ✭ 50 (-59.02%)
Mutual labels:  podcast
Awesome Podcasts
🎙 Curated podcasts for designers, developers, product managers, entrepreneurs and hustlers
Stars: ✭ 116 (-4.92%)
Mutual labels:  podcast
Podcastmenu
Put Overcast on your Mac's menu bar
Stars: ✭ 1,211 (+892.62%)
Mutual labels:  podcast
Languagepod101 Scraper
Python scraper for Language Pods such as Japanesepod101.com 👹 🗾 🍣 Compatible with Japanese, Chinese, French, German, Italian, Korean, Portuguese, Russian, Spanish and many more! ✨
Stars: ✭ 104 (-14.75%)
Mutual labels:  podcast
Ydls
youtube-dl HTTP download and transcode service
Stars: ✭ 68 (-44.26%)
Mutual labels:  podcast
Podstation
podStation is a web podcast aggregator for Chrome.
Stars: ✭ 76 (-37.7%)
Mutual labels:  podcast
Escapepod
Escapepod - Podcast Player for Android
Stars: ✭ 93 (-23.77%)
Mutual labels:  podcast
Overcast Mac
Unofficial Overcast Mac app.
Stars: ✭ 59 (-51.64%)
Mutual labels:  podcast
Dropcaster
Simple Podcast Publishing with Dropbox
Stars: ✭ 112 (-8.2%)
Mutual labels:  podcast
Russia It Podcast
Список русскоязычных подкастов на тему информационных технологий
Stars: ✭ 1,095 (+797.54%)
Mutual labels:  podcast
Doughnut
Podcast client (podcatcher) for Mac
Stars: ✭ 87 (-28.69%)
Mutual labels:  podcast
Podbot
🤖 um podcast feito por robôs
Stars: ✭ 118 (-3.28%)
Mutual labels:  podcast
Awesome Amazon Seller
A curated list of tools and resources for Amazon sellers.
Stars: ✭ 117 (-4.1%)
Mutual labels:  podcast
Menutube
Catch YouTube into your macOS menu bar! 🦄
Stars: ✭ 102 (-16.39%)
Mutual labels:  podcast

爬虫计划

解决了什么问题?

解决了『很多国内播客节目只上架国内播客平台(喜马拉雅、蜻蜓FM)导致无法使用通用型播客客户端收听』的问题

安装

Docker 方式

docker build -t podcast:0.1 .
docker run --rm podcast:0.1 python app.py ximalaya 8475135,269179
docker image ls | grep podcast

传统方式

安装 pip

$ curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
$ sudo python get-pip.py
$ rm get-pip.py

安装 podgen

$ sudo pip install podgen
$ sudo pip install requests

或者使用 virtualenv

$ sudo pip install virtualenv
$ sudo virtualenv --no-site-packages podcast --always-copy
$ sudo pip install -r requirements.txt
$ deactivate # 退出虚拟环境

使用

单个专辑

$ python app.py ximalaya 8475135 # 喜马拉雅
$ python app.py qingting 209678  # 蜻蜓fm

多个专辑,参数使用英文逗号

$ python app.py ximalaya 8475135,269179
$ python app.py qingting 209678,207865

目前已经支持的节目单,目前此脚本只支持喜马拉雅和蜻蜓fm的专辑转换为 RSS,如果需要更多节目,欢迎提交 Issues

随着节目越来越多,服务器压力也比较大,所以从2018年5月24日开始,要我添加新的节目的人,需要为每个节目承担20块钱的服务器费用。(当然你也可以选择自行搭建服务)

赞助

微信支付 支付宝支付

手机微信或者支付宝扫描上方二维码可向本项目赞助,所得捐赠将用于改善网站服务器、购买开发/调试设备&工具。感谢以下这些朋友的资金支持:

捐赠人 金额 时间 说明
- - - -
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].