Commit graph

9 commits

Author SHA1 Message Date
1c610fe6b0 Moved source code to /src 2025-03-22 23:26:08 -04:00
bd19bcb4ec Minor tweak to output directory method
Now checks if path contains "/." instead of "/"
2025-03-22 21:03:42 -04:00
14537bba03 Fixed Not Exporting to the Proper User Directory
- Removed new line when choosing a topic
- Renamed newscycle.json to example.json in config
- Changed path to "/" in config
- If "/" is present in config, return the absolute current directory
2025-03-22 20:55:15 -04:00
188318c724 Huge Refactor
- Cleaned up Program.cs by moving a lot of functions to their own classes
- Renamed topics to community
- Choosing a community is no longer optional with the switch to JSON
- Added csharpier tool and reformttered all code
2025-03-22 19:37:05 -04:00
ac1d3862c6 Switch to Json (broken) 2025-03-16 11:33:45 -04:00
5cccb9a4b2 Fixed an oversight
- Now properly checks for the config in the base application directory
- Topics in sample config was changed
- FileDir was renamed to outputDir
- scheduleFile was renamed to outputFile
- communities was renamed to defaultTopics
2025-03-13 12:53:31 -04:00
8cf1e917f6 Grab topics from config, if it exists 2025-03-12 02:11:58 -04:00
a485dc1a59 Choose a random community/topic 2025-03-12 01:55:06 -04:00
46a86f9ef8 Optional config file 2025-03-11 23:30:11 -04:00