All Projects → DIYgod → Download Webhook

DIYgod / Download Webhook

🍰 Download files through webhook

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Download Webhook

rss2hook
POST to webhook(s) when new feed-items appear.
Stars: ✭ 33 (-74.81%)
Mutual labels:  rss, webhook
Neix
neix - a RSS/Atom feed reader for your terminal.
Stars: ✭ 128 (-2.29%)
Mutual labels:  rss
Rssfs
The RSS file system (Git mirror)
Stars: ✭ 115 (-12.21%)
Mutual labels:  rss
Rss Atom Bundle
RSS and Atom Bundle for Symfony
Stars: ✭ 123 (-6.11%)
Mutual labels:  rss
Telegram Robot Rss
A clean and easy to use RSS Newsfeed Bot for fabulous Telegram Messenger App! 🤖 ✉️ ❤️
Stars: ✭ 120 (-8.4%)
Mutual labels:  rss
Feeder2
Feeder2.0, Android Rss 阅读器,Material Design,MVP架构
Stars: ✭ 124 (-5.34%)
Mutual labels:  rss
Poddycast
Podcast app made with Electron, lots of ❤️ and ☕️
Stars: ✭ 111 (-15.27%)
Mutual labels:  rss
Rust Slack
A rust crate for sending messages to Slack via webhooks
Stars: ✭ 128 (-2.29%)
Mutual labels:  webhook
Jstoxml
JavaScript object to XML converter (useful for RSS, podcasts, GPX, AMP, etc)
Stars: ✭ 127 (-3.05%)
Mutual labels:  rss
Riko
A Python stream processing engine modeled after Yahoo! Pipes
Stars: ✭ 1,571 (+1099.24%)
Mutual labels:  rss
Hoosk
Hoosk Codeigniter CMS
Stars: ✭ 123 (-6.11%)
Mutual labels:  rss
Dato.rss
The best RSS Search experience you can find
Stars: ✭ 122 (-6.87%)
Mutual labels:  rss
Botserver
http://telegram.org Bot API Webhooks Framework, for Rubyists
Stars: ✭ 125 (-4.58%)
Mutual labels:  webhook
Feedbag
Ruby's favorite feed auto-discovery library/tool
Stars: ✭ 115 (-12.21%)
Mutual labels:  rss
Awesome Rss
Puts an RSS/Atom subscribe button back in URL bar
Stars: ✭ 125 (-4.58%)
Mutual labels:  rss
Irodr
RSS reader client like LDR for Inoreader.
Stars: ✭ 110 (-16.03%)
Mutual labels:  rss
Prom2teams
prom2teams is an HTTP server built with Python that receives alert notifications from a previously configured Prometheus Alertmanager instance and forwards it to Microsoft Teams using defined connectors
Stars: ✭ 122 (-6.87%)
Mutual labels:  webhook
Awesome Chinese Podcasts
一些不错的中文podcasts
Stars: ✭ 124 (-5.34%)
Mutual labels:  rss
Account Activity Dashboard
Sample web app and helper scripts to get started with the premium Account Activity API
Stars: ✭ 129 (-1.53%)
Mutual labels:  webhook
Favorite Link
❤️ 每日收集喜欢的开源项目 | RSS 订阅 | 快知 app 订阅
Stars: ✭ 1,741 (+1229.01%)
Mutual labels:  rss

download-webhook

Download files through webhook

Introduction

download-webhook is a tiny webhook server to download media contents (videos, audios, images) from the Web to your VPS or NAS through Webhook(post request) handily, it supports download from all you-get supported sites and exact resource url.

What you-get can do for you:

Installation

Docker

docker run -d -p 3000:3000 -v downloads:/app/downloads -e SECRET=mysecret -e PORT=3000 diygod/download-webhook

Manual

Prerequisites:

yarn
yarn start

or

npm install
npm run start

Getting Started

Try it yourself

curl -X POST -H "Content-Type:application/json" -d '{"secret": "mysecret", "path": "mypath", "name": "myvideo", "url": "https://www.bilibili.com/video/av45364988", "playlist": "1"}' http://127.0.0.1:3000

Work with IFTTT and RSSHub

For example:

Audo download my liked video on bilibili

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].