Skip to content

Prem-ium/PythonAnywhere-ExtendTask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📊 PythonAnywhere Task Extension Automation 🤖

A simple Selenium script to extend tasks across multiple PythonAnywhere accounts.

GitHub Sponsor


🚀 Installation

Clone the repository and install dependencies:

  git clone https://github.com/Prem-ium/PythonAnywhere-ExtendTask.git
  cd PythonAnywhere-ExtendTask
  pip install -r requirements.txt

Run the script:

  python main.py

🔧 Environment Variables

  • LOGIN: 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"
    

⏳ Scheduling the Script

🖥️ Windows (Task Scheduler)

  1. Open Task Scheduler (Win + S, search "Task Scheduler").
  2. Click Create Basic Task and set a name/description.
  3. Select Weekly trigger and choose a time.
  4. Choose Start a program, browse to python.exe, and add the script path in arguments.
  5. Finish setup – the script will now run weekly at the specified time.

🐧 Linux (Cron Job)

  1. Open a terminal and edit crontab:
    crontab -e
  2. Add this line to run the script at startup:
    @reboot /path/to/python3 /path/to/your/script.py
  3. Save and exit – the script will now execute on every system boot.

Ensure the script has execution permissions and dependencies installed.


💖 Support & Donations

1️⃣ GitHub Sponsors

2️⃣ Buy Me A Coffee

3️⃣ Referral Links (Free Support)


📜 License

This project is licensed under the MIT License.

About

VERY Simple Selenium script to automate extending PythonAnywhere tasks for free.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

 
 
 

Contributors

Languages