https://github.com/mattwright324/ic-forum-downloader
Script to download Invision Community forum attachments.
https://github.com/mattwright324/ic-forum-downloader
Last synced: 3 months ago
JSON representation
Script to download Invision Community forum attachments.
- Host: GitHub
- URL: https://github.com/mattwright324/ic-forum-downloader
- Owner: mattwright324
- Created: 2022-01-10T14:18:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T15:26:31.000Z (over 4 years ago)
- Last Synced: 2025-03-04T23:32:41.398Z (over 1 year ago)
- Language: PowerShell
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ic-forum-downloader
Script to download Invision Community forum attachments.
## How it works
Most Invision Community forum sites have attachment files by appending path to the end `/applications/core/interface/file/attachment.php?id=` and incrementing the number on the end.
However, most IC forums also have a setting that prevents this from working in most cases. There are some forums that it does work on.
## Usage
Update the script variables `forumPattern`, `start`, and `end` then run the script in your preferred way, VS Code works well.
The script will download files from `start` to `end` in a relative folder to the script in the name of the forum domain name.
How do you know when you've reached the last attachment? It can be hard to tell but there will be nothing but errors and no more files downloaded in the console output.