Net2 Emami is a script that allows you to use Net2 without limitations by repeatedly logging in and out.
To install the project on your local machine, follow these steps:
- Clone the repository using the command:
git clone https://github.com/Ununennium119/Net2Emami.git- Navigate to the project directory:
cd net2emami/net2_emami- Install the required dependencies using pip:
python -m pip install -r requirements.txtTo use the project, navigate to the net2_emami directory and create a file with name credentials with this format:
username
password
Then run the main Python script:
python main.pyFor help on how to use the script, use the --help flag:
python main.py --helpContributions to the project are welcome. If you wish to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes in the new branch.
- Submit a pull request with a detailed description of your changes.
Please ensure that your code adheres to the existing style for consistency.