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.
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.
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.
This script automates the gameplay of dino game on chrome.
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.
-
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
-
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