-
-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for multiple chat downloads and autorefresh #235
base: master
Are you sure you want to change the base?
Conversation
enh: added possibility to scan for new media after a given interval
@Hugeldugelking please check the Pylint errors. More details can be found here |
@Dineshkarthik I don't get no pylint errors anymore. Sorry, it's my first time working on an open project with such tools :) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #235 +/- ##
==========================================
+ Coverage 98.93% 99.06% +0.13%
==========================================
Files 6 6
Lines 187 213 +26
==========================================
+ Hits 185 211 +26
Misses 2 2 ☔ View full report in Codecov by Sentry. |
@Hugeldugelking is the |
@Dineshkarthik |
bump :3 |
The script is now able to download media from multiple chats and scan the chats again after a given interval. For this, the config.yaml needed some modifications. Tests were also updated for the modified downloader script.
fixes: #77