A simple Selenium script to extend tasks across multiple PythonAnywhere accounts.
Clone the repository and install dependencies:
git clone https://github.com/Prem-ium/PythonAnywhere-ExtendTask.git
cd PythonAnywhere-ExtendTask
pip install -r requirements.txtRun the script:
python main.pyLOGIN: A comma-separated string of PythonAnywhere credentials, where each credential consists of a username and password separated by a colon (:).
Example:LOGIN="USERNAME:PASSWORD,USERNAME2:PASSWORD2,ACCOUNT3:PASSWORD3"
- Open Task Scheduler (
Win + S, search "Task Scheduler"). - Click Create Basic Task and set a name/description.
- Select Weekly trigger and choose a time.
- Choose Start a program, browse to
python.exe, and add the script path in arguments. - Finish setup – the script will now run weekly at the specified time.
- Open a terminal and edit crontab:
crontab -e
- Add this line to run the script at startup:
@reboot /path/to/python3 /path/to/your/script.py
- Save and exit – the script will now execute on every system boot.
Ensure the script has execution permissions and dependencies installed.
- Donate via GitHub Sponsors (Preferred: No transaction fees + perks!)
- Use my curated Referral Links to earn bonuses and support my projects at no cost!
Explore Referral Links
This project is licensed under the MIT License.