Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maximilian-hammerl/post-exporter
.NET 8.0 WPF application to export groups, threads and posts of Yooco forums to various file formats
https://github.com/maximilian-hammerl/post-exporter
wpf
Last synced: 13 days ago
JSON representation
.NET 8.0 WPF application to export groups, threads and posts of Yooco forums to various file formats
- Host: GitHub
- URL: https://github.com/maximilian-hammerl/post-exporter
- Owner: maximilian-hammerl
- License: mit
- Created: 2022-10-15T16:15:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T16:17:03.000Z (9 months ago)
- Last Synced: 2024-05-13T17:44:37.291Z (9 months ago)
- Topics: wpf
- Language: C#
- Homepage:
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![]()
[![GitHub](https://img.shields.io/github/license/maximilian-hammerl/post-exporter)](https://choosealicense.com/licenses/mit/)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/maximilian-hammerl/post-exporter)](https://github.com/maximilian-hammerl/post-exporter/releases)
[![GitHub top language](https://img.shields.io/github/languages/top/maximilian-hammerl/post-exporter)](https://github.com/maximilian-hammerl/post-exporter/search?l=c%23)
![GitHub Downloads](https://img.shields.io/github/downloads/maximilian-hammerl/post-exporter/total).NET 9.0 [WPF](https://learn.microsoft.com/en-us/visualstudio/designers/getting-started-with-wpf) application to export groups, threads and posts of [Yooco](https://www.yooco.de) forums to various file formats
## Screenshots
| Page | Screenshot |
|----------------------------------:|:-----------------------------------------------------------------------------------:|
| Login Page ||
| Groups and Threads Selecting Page ||
| Exporting Page ||
## Dependencies
- [FontAwesome 6 Svg](https://github.com/MartinTopfstedt/FontAwesome6): WPF integration of [Font Awesome](https://fontawesome.com/)
- [Html Agility Pack](https://html-agility-pack.net): Parsing HTML
- [Open XML SDK](https://github.com/OfficeDev/Open-XML-SDK): Generating Word documents
- [Html2OpenXml](https://github.com/onizet/html2openxml): Converting HTML to OpenXml components for Word documents
- [JetBrains Code Annotation Attributes](https://www.jetbrains.com/help/resharper/Code_Analysis__Code_Annotations.html)
- [Sentry](https://sentry.io/for/csharp/): Error and performance monitoring## Publish
Build a single executable with these settings:
```
configuration="Release"
delete_existing_files="true"
include_native_libs_for_self_extract="true"
platform="Any CPU"
produce_single_file="true"
ready_to_run="true"
runtime="win-x64"
self_contained="true"
target_folder="$PROJECT_DIR$/PATH/TO/TARGET_FOLDER"
target_framework="net9.0-windows"
```