Skip to content

Aayush-hub/Automation_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automation_scripts

This repo contains scripts which automates different tasks using python. It makes tasks which are repeatedly used easy to execute. It saves time and human efforts for performing tasks. The scripts are also used to play dummy user test cases for testing of softwares and hardwares.

1. Instagram Automater

This script automates logging in to Instagram. It can be further used to auto like all pictures of any user, accepting all follow requests and many more.

2. Twitter Automater

This script automates logging in to Twitter. It can be further used to auto like all tweets of any user, tweeting, following all users under same hashtag and many more.

3. Dino Game Automater (No Internet Game)

This script automates the gameplay of dino game on chrome.

4. Github Automater

This script automates logging in to Github. Can be used to automate dummy user test cases and can be used by developers who frequently log-in to Github.

Quick Start

  • Clone this repository

    git clone https://github.com/Aayush-hub/Automation_scripts.git
    
  • Change directory

    cd Automation_scripts
    
  • Run python file

    python <file you want to run>
    
  • Enjoy Technology

Contributing to this project!!

  • Fork this repository

  • Clone the Repository

  • Add upstream

    git add upstream https://github.com/Aayush-hub/Automation_scripts.git
    git remote -v, to check upstream successfully added
    
  • Add your files or make changes in files

  • Add Changes git add .

  • Commit Changes git commit -m "your message here"

  • Push changes git push

  • Make Pull Request

  • Wait for your PR to be reviewed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages