https://github.com/superbartimus/rss-feed-finder---spiceworks
This was a script to find many of Spiceworks.com RSS feeds.
https://github.com/superbartimus/rss-feed-finder---spiceworks
autohotkey-script rss-feed spiceworks
Last synced: 4 months ago
JSON representation
This was a script to find many of Spiceworks.com RSS feeds.
- Host: GitHub
- URL: https://github.com/superbartimus/rss-feed-finder---spiceworks
- Owner: SuperBartimus
- Created: 2022-11-22T16:24:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T20:00:33.000Z (over 2 years ago)
- Last Synced: 2024-12-28T11:14:55.030Z (6 months ago)
- Topics: autohotkey-script, rss-feed, spiceworks
- Language: HTML
- Homepage:
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSS-Feed-Finder---Spiceworks
#### WHAT IT DOES:
This was a script to find many of Spiceworks.com RSS feeds.
#### STORY BEHIND IT:
So, I'm pretty big in to having a list of RSS feeds that I scroll through. I just like being able have all my news sources in to one locations and just get in, get thru, get done with it. On the lines of quick and dirty, I thought, hmm... could I easily incorporate Spiceworks into my other news. So I went off on a hunt for Spiceworks RSS Feeds. But low and be hold, there's no documentation or anything else that easily lists what feeds there are and how to get them. I searched the forums a bit and found some old posts about the topic, but nothing was very current nor were there any listings. I did learn some things though and decided, "you know what... I bet I can find a good portion of them"With that said, I went don't the coding rabbit hole and slapped together ( *a little messily* ) a 'scanning tool'#### HOW TO USE:
This is an AUTOHOTKEY script. Just save it to device and execute it like any other scipt.
No inputs are required. It will export a basic HTML document that you can find the URLS.#### NOTES:
The script is a bit slow. No parallel process here. I was looking for something relatively quickly (*even though I did put some foo-foo into it*) put together and didn't want to take time managing CPU and RAM utilization. Also, it wasn't like this was a time-sensitive project either. Took only a few minutes to whip up the code. A few more to make it pretty and some bug squishing. I know it's not well commented, but it was for me and probably only a one time use. Just thought maybe others would like to have it too.