orenlab / pytmbot

Versatile Telegram bot designed for managing Docker containers, monitoring server status, and extending its functionality through a modular plugin system
https://orenlab.github.io/pytmbot/
MIT License
8 stars 2 forks source link

Migrate to psutil from Glances #6

Closed orenlab closed 7 months ago

orenlab commented 8 months ago

Is your feature request related to a problem? Please describe. The initial architecture of the boat is tied to Glances. This requirement is necessary to install additional software. With the migration to psutil, this requirement will be removed and the software will be installed automatically.

Describe the solution you'd like Remove Glances from dependencies

Describe alternatives you've considered Glances, among other tools, uses psutil.

Additional context

orenlab commented 7 months ago

All done. See v0.0.1 tag