This website requires JavaScript.
Explore
Help
Sign In
dandri
/
meshcore-bot
Watch
1
Star
0
Fork
0
You've already forked meshcore-bot
mirror of
https://github.com/agessaman/meshcore-bot.git
synced
2026-05-24 16:25:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c151fba7a54bca222888faa87bda13c76d056367
meshcore-bot
/
modules
/
web_viewer
T
History
agessaman
c151fba7a5
Enhance configuration and database management for feed and channel operations. Add channel refresh interval setting to config.ini.example, implement feed manager functionality with new database tables for feed subscriptions and activity tracking, and improve greeter command logic with human greeting detection and Levenshtein distance matching for user greetings. Update web viewer to include feed management pages and integrate global template variables for better user experience.
2025-12-06 10:18:12 -08:00
..
templates
Enhance configuration and database management for feed and channel operations. Add channel refresh interval setting to config.ini.example, implement feed manager functionality with new database tables for feed subscriptions and activity tracking, and improve greeter command logic with human greeting detection and Levenshtein distance matching for user greetings. Update web viewer to include feed management pages and integrate global template variables for better user experience.
2025-12-06 10:18:12 -08:00
__init__.py
Web Viewer Integration
2025-10-21 21:57:00 -07:00
app.py
Enhance configuration and database management for feed and channel operations. Add channel refresh interval setting to config.ini.example, implement feed manager functionality with new database tables for feed subscriptions and activity tracking, and improve greeter command logic with human greeting detection and Levenshtein distance matching for user greetings. Update web viewer to include feed management pages and integrate global template variables for better user experience.
2025-12-06 10:18:12 -08:00
integration.py
Initialize packet_stream table for real-time monitoring in the database. Added methods to create the table and relevant indexes in both BotDataViewer and BotIntegration classes, ensuring robust data handling and logging for initialization errors.
2025-11-21 19:07:44 -08:00