Skip to content

anirbanmu/Hexchat-Plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexchat-Plugins

Hexchat plugins tested with Python 2.7.10 & HexChat 2.12.1.

PySysInfo (system_info.py)

  • Command: /systeminfo
  • Dependencies:
    • Windows.
    • Python libraries: pip install psutil
    • External: OpenHardwareMonitor is used to get temperature & clock frequency data (via its WMI interface). Please make sure OpenHardwareMonitor is running before invoking the plugin. I recommend setting OpenHardwareMonitor to automatically start up with Windows.
  • wmic is used instead of the WMI python libraries on pypi because HexChat seems to have some issue when they are used & it causes HexChat to hang.

Now playing for Spotify (np_spotify.py)

  • Command: /spotify
  • Dependencies:
    • Windows
    • Python libraries: ctypes, spotipy

Now playing for foobar2000 (np_fb2k.py)

  • Command: /foobar
  • Dependencies:
    • Windows
    • Python libraries: ctypes

About

Hexchat plugins tested with Python 2.7.10

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages