Bot designed to automate interactions with the InstaLing platform.
To run the script, ensure you have the following installed:
- Python: Version 3.6 or higher.
- Google Chrome: Latest version recommended.
- Git: For cloning the repository.
-
Clone the Repository:
git clone https://github.com/Student-FastDev/Auto-InstaLing cd Auto-InstaLing -
Install Required Packages:
Install the necessary Python packages using
pip:pip install -r requirements.txt
-
Run the Python Script:
Execute the main script to start the automation process:
python main.py
-
Configure Settings:
After running the program for the first time, a
settings.jsonfile will be generated. Open this file in a text editor to customize your settings:{ "entries": 3, "headless": false, "login": "example_login", "password": "example_password" }- entries: The number of entries to process in each run.
- headless: Set to
trueto run the browser in headless mode. - login: Your InstaLing login username.
- password: Your InstaLing login password.
- Data Learning: The bot uses brute force to learn and generate translations, which are stored in
data.json. Initial runs may contain inaccuracies as the bot learns new words. - Security: The local version uses undetected-chromedriver to minimize detection. No security issues were identified during testing.
- Browser Requirements: Ensure that Google Chrome is installed and compatible with the version required by chromedriver.
