Skip to content

Shuvo-code-dev/Auto-commit-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Auto-commit-githubπŸ€–πŸ’»πŸ–₯️

πŸ“Œ Features

βœ… **Automatically updates `daily_update.txt`**  
βœ… **Commits & Pushes changes to GitHub**  
βœ… **Works with Windows Task Scheduler for automation**  
βœ… **Runs daily without manual intervention**  

πŸš€ Installation

1️⃣ **Install Python:** [Download Python](https://www.python.org/downloads/)  
2️⃣ **Install Git:** [Download Git](https://git-scm.com/downloads)  
3️⃣ **Clone the repository:**  
```bash
git clone https://github.com/Shuvo-code-dev/Auto-commit-github.git
cd your-repo

Steps to Set Up Windows Task Scheduler for Your Python Script πŸš€:

βœ… Step 1: Open Task Scheduler

Search for Task Scheduler in the Start Menu and open it.

Click on "Create Basic Task..."

βœ… Step 2: Name and Description

Task Name: "Daily GitHub Commit"

Description: "Automatically commit updates to GitHub."

Click Next

βœ… Step 3: Set the Trigger (When It Will Run)

Select "Daily" (since you want it to run every day).

Start Time: Set a specific time (e.g., 00:00 AM).

Click Next

βœ… Step 4: Select Action (What It Will Do)

Choose "Start a Program"

Click Next

βœ… Step 5: Add Python Script

Program/Script: Path to Python (e.g., C:\Users\Shuvo\AppData\Local\Programs\Python\Python39\python.exe)

Add Arguments: Path to your script file (e.g., C:\Users\Shuvo\Scripts\auto_commit.py)

Start In (Optional): Path to the folder where the script is located (e.g., C:\Users\Shuvo\Scripts\)

Click Next

βœ… Step 6: Complete the Task Setup

Click Finish βœ…

Now, Task Scheduler will automatically run your script at the set time every day.

About

Automatically commit and push updates to GitHub daily (When you open your computer)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages