Open Source API for MyEntergy Advanced Meters to pull there "live" usage.
This project is designed to pull "live" usage data from MyEntergy Advanced Meters from there webui. To get started, follow these steps:
git clone https://github.com/Cloud-121/MyEntergy-API
pip install -r requirements.txt
To use the script, simply run the following command:
python main.py <username> <password>
or provide a json file named login.json with the following structure:
{
"username": ""
"password": ""
}
- Python 3
- Selenium
- selenium_recaptcha_solver
- Firefox (for geckodriver)
To install the required dependencies, You can use pip to install them from the requirements.txt file:
pip install -r requirements.txt
If you encounter any issues while using this project, please make a gitub issue or contact me at https://github.com/Cloud-121.
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request. I will be happy to have help in fixing this horrible code :3
This project is licensed under the GPL-3.0 license.