thalesgroup-cert / Watcher

Watcher - Open Source Cybersecurity Threat Hunting Platform. Developed with Django & React JS.
https://thalesgroup-cert.github.io/Watcher
GNU Affero General Public License v3.0
857 stars 124 forks source link

[Feature Request] Bulk registration of new RSS feeds (or any other data) #15

Closed xme closed 3 years ago

xme commented 4 years ago

Is your feature request related to a problem? Please describe. I have a bunch of RSS feeds to add to my current Watcher instance and adding them one by one is sloooooow.

Describe the solution you'd like A way to upload a text file with RSS feeds? (with a validation process - correct XML returned etc) Or fetch data from a URL

Describe alternatives you've considered n/a

Additional context n/a

Felix83000 commented 3 years ago

Hello,

We implemented this functionality in the last commit b7cdf1e56091cfa0db47f253260f40ac94f27c7c.

May you test it and give your feedback?