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