altruistcoder / auto_login

A repository containing several python scripts for performing different web automated tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AUTO_LOGIN

Auto_login is a repository which contains python scripts for performing different automated tasks.

Scripts

Python script to automatically login to your codechef account and submit a solution to any respective problem.

Python script to automatically login to your gmail account.

Python script to automatically login to your facebook account.

Python script to automatically login to your hackerearth account.

Requirements

  1. You need selenium to run this script. Run the following command from your terminal to install selenium:
pip install selenium
  1. Now, if you want to run the scripts using Firefox browser, you need to have geckodriver. Similarly for Chrome browser, you will need chromedriver and so on.

Instructions

  1. Edit the python script by adding your corresponding credentials.

  2. Run the script.

  3. Enter your password when asked in terminal and you are good to go.

About

A repository containing several python scripts for performing different web automated tasks.


Languages

Language:Python 100.0%