Add all links and descriptions of all projects to nthw

There is not the hidden wiki project with collect links to all resources related with cybersecurity GitHub - notthehiddenwiki/NTHW: Not The Hidden Wiki - The largest repository of links related to cybersecurity

Taks
Gather information about all projects on hackathon.lu to the nthw

1 Like

Awesome idea. I didn’t know about this project repository.

Maybe we could run rssfind to have all the RSS links, make an OPML and that would help to monitor all the projects.

Extracting all URLS

grep -h -R -o -E 'https?://[^"]+' *  | sed -e s/\)$//g >urls

Guessing RSS sources

Using rssfind.py from rss-tools

cat urls | parallel 'python3 ../rss-tools/bin/rssfind.py -b -l {}' >rss.sources