All Projects → rix1337 → FeedCrawler

rix1337 / FeedCrawler

Licence: MIT license
FeedCrawler automatisiert bequem das Hinzufügen von Links für den JDownloader.

Programming Languages

python
139335 projects - #7 most used programming language
Vue
7211 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to FeedCrawler

Pyload
The free and open-source Download Manager written in pure Python
Stars: ✭ 2,393 (+3698.41%)
Mutual labels:  download, jdownloader
httputils
Http工具包:OkHttp轻量封装 、功能全面、设计力求优雅与纯粹,Java领域前后端处Http问题的新选择。
Stars: ✭ 21 (-66.67%)
Mutual labels:  download
instagram json viewer
Transforms Instagram's *.json / backup data - that you get via the Data Download Tool - to a readable format!
Stars: ✭ 41 (-34.92%)
Mutual labels:  download
Backdoor
A backdoor that runs on Linux and Windows
Stars: ✭ 36 (-42.86%)
Mutual labels:  download
lux
👾 Fast and simple video download library and CLI tool written in Go
Stars: ✭ 19,266 (+30480.95%)
Mutual labels:  download
My.Jdownloader-API-Python-Library
My.Jdownloader API Python Library
Stars: ✭ 65 (+3.17%)
Mutual labels:  jdownloader
anghamify
Anghami Downloader | Download Anghami songs with full meta-tags.
Stars: ✭ 22 (-65.08%)
Mutual labels:  download
MiXLab
MiXLab is a mix of multiple amazing Colab Notebooks found on the internet such as rcloneLab, RLabClone, Torrent to Google Drive Downloader and some more.
Stars: ✭ 143 (+126.98%)
Mutual labels:  jdownloader
Vividl
Modern Windows GUI for youtube-dl/ yt-dlp
Stars: ✭ 189 (+200%)
Mutual labels:  download
mmdl
MMDL (Mega Music Downloader) - A tool to easily download music.
Stars: ✭ 29 (-53.97%)
Mutual labels:  download
m3u8-downloader
chrome插件,支持监控和下载:m3u8流媒体、视频、音频
Stars: ✭ 54 (-14.29%)
Mutual labels:  download
angular-downloader
Angular Downloader is an angularjs directive that enables you to manage browser download - https://720kb.github.io/angular-downloader
Stars: ✭ 16 (-74.6%)
Mutual labels:  download
download-image
No save as prompts! Extension to add a context menu item which allows you to directly download an image!
Stars: ✭ 26 (-58.73%)
Mutual labels:  download
node-wetransfert
Download wetransfert content with nodeJS
Stars: ✭ 16 (-74.6%)
Mutual labels:  download
assetUpdater-core
AssetUpdater is a Unity plugin which helps developers build assetbundles and download it easily
Stars: ✭ 38 (-39.68%)
Mutual labels:  download
ngDownloader
📹 🎥 Now Download videos from any website including YouTube, Facebook, Udemy etc without ads.
Stars: ✭ 47 (-25.4%)
Mutual labels:  download
rsync
gokrazy rsync
Stars: ✭ 308 (+388.89%)
Mutual labels:  download
ZDrive
Seamless download/upload contents via Google Drive 📂
Stars: ✭ 25 (-60.32%)
Mutual labels:  download
ImageDownloader
A program for downloading and filtering images based on their resolution.
Stars: ✭ 60 (-4.76%)
Mutual labels:  download
PowerShell-Youtube-dl
A PowerShell script interface used to operate the youtube-dl command line program.
Stars: ✭ 64 (+1.59%)
Mutual labels:  download

FeedCrawler

FeedCrawler automatisiert bequem das Hinzufügen von Links für den JDownloader.

GitHub Workflow Status GitHub stars GitHub all releases

PyPI PyPI - Downloads

Docker Image Version (latest semver) Docker Pulls

GitHub license Python 3 Backend Vue.js 3 Frontend GitHub last commit GitHub commit activity Lines of code

Github Sponsorship Gitter GitHub issues


Installation

Voraussetzungen

Lokaler Build

Benötigt Node.js, npm und pip:

  1. Frontend-Pfad aufrufen: cd feedcrawler/web_interface/vuejs_frontend
  2. Dependencies installieren: npm ci
  3. Vue.js 3 Frontend kompilieren: npm run build
  4. Zurück in das Hauptverzeichnis wechseln: cd ../../..
  5. FeedCrawler auf Basis der setup.py installieren: pip install .

pip

Installieren

pip install feedcrawler

Hinweise zur manuellen Installation und Einrichtung finden sich im Wiki!

Update

pip install -U feedcrawler

Starten

feedcrawler in der Konsole (Python muss im System-PATH hinterlegt sein)

Docker Image

  • Der Betrieb als Docker-Container empfiehlt sich als Standardinstallation - vor allem für NAS-Systeme, Homeserver und sonstige Geräte die dauerhaft und möglichst wartungsfrei (headless) betrieben werden sollen.
  • Bei jedem Release wird ein getaggtes Image erstellt. Damit kann man auf der Wunschversion verbleiben oder im Falle eines Bugs zu einer stabilen Version zurück kehren.
  • Um immer auf dem aktuellen Stand zu sein, einfach das mit latest getaggte Image nutzen.
  • Für UNRAID-Server kann das Image direkt über die Community Applications bezogen und der Container so eingerichtet werden.

Windows Exe

  • Jedem Release wird eine selbstständig unter Windows lauffähige Version des FeedCrawlers beigefügt.
  • Hierfür müssen weder Python, noch die Zusatzpakete installiert werden.
  • Einfach die jeweilige Exe herunterladen und ausführen bzw. bei Updates die Exe ersetzen.

Hostnamen festlegen

FeedCrawler kann zum durchsuchen beliebiger Webseiten verwendet werden. Ausschließlich der Anwender entscheidet, welche Seiten durchsucht werden sollen. Diese Entscheidung trifft der Anwender selbstständig, indem er die FeedCrawler.ini in der Kategorie [Hostnames] manuell befüllt (ab = xyz.com). Eingetragen werden dort reine Hostnamen (ohne https://).

Dabei gilt

  • Welcher Hostname aufgerufen wird entscheidet allein der Anwender.
  • Ist nicht mindestens ein Hostname gesetzt, wird der FeedCrawler nicht starten.
  • Passt die aufgerufene Seite hinter dem jeweiligen Hostnamen nicht zum Suchmuster des FeedCrawlers, kann es zu Fehlern kommen.
  • Weder FeedCrawler noch der Autor benennen oder befürworten spezifische Hostnamen. Fragen hierzu werden ignoriert!

Startparameter

Parameter Erläuterung
--log-level=<LOGLEVEL> Legt fest, wie genau geloggt wird (CRITICAL, ERROR, WARNING, INFO, DEBUG, NOTSET)
--config="<PFAD>" Legt den Ablageort für Einstellungen und Logs fest
--port=<PORT> Legt den Port des Webservers fest
--jd-user=<NUTZERNAME> Legt den Nutzernamen für My JDownloader fest
--jd-pass=<PASSWORT> Legt das Passwort für My JDownloader fest
--jd-device=<GERÄTENAME> Legt den Gerätenamen für My JDownloader fest (optional, wenn nur ein Gerät vorhanden ist)

Sicherheitshinweis

Der Webserver sollte nie ohne Absicherung im Internet freigegeben werden. Dazu lassen sich im Webinterface Nutzername und Passwort festlegen.

Es empfiehlt sich, zusätzlich einen Reverse-Proxy mit HTTPs-Zertifikat, bspw. kostenlos von letsencrypt, zu verwenden.

Credits

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