Python 3 Tool for changing the channel on your Spectrum (TWC/Brighthouse/Charter) Set-Top-Box remotely.
Must have Spectrum TV service and STB.
pip install requests_oauthlib
python3.6 changeChannel.py <username> <password> <channel> <stb-mac-address>
Example:
python3.6 changeChannel.py johnsmith 123456789 82 1B2C3D4E5F0A
Get Mac Addresses for your STB:
python3.6 getMacAddresses <username> <password>
Contributions are welcome.
Not affiliated with Spectrum. Use at your own risk.