Added functionality for exporting image, and cleaning up subreddits and stale tickers.

This commit is contained in:
2025-07-22 14:30:23 +02:00
parent 6b4fb136e2
commit 966ef45916
7 changed files with 159 additions and 18 deletions

View File

@@ -19,6 +19,7 @@ setup(
# The path is now 'package_name.module_name:function_name'
'rstat=rstat_tool.main:main',
'rstat-dashboard=rstat_tool.dashboard:start_dashboard',
'rstat-cleanup=rstat_tool.cleanup:run_cleanup',
],
},
)