Oschangkai / outlook-pwd

Change outlook password on Outlook Web App 2013

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Change Outlook 2013 Web App's password using python crawler.

Requirements

  • Python 3.5.2 or later

Install

  • For Linux User
$ pip install pipenv
$ git clone https://github.com/Oschangkai/outlook-pwd.git
$ cd outlook-pwd
$ pipenv install
$ pipenv run python outlook.py
  • For Windows Visual Studio User
> "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\Scripts\pip.exe" install pipenv
> "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\Scripts\pipenv.exe" run python outlook.py

Build

  • For Linux User
$ cd outlook-pwd
$ pipenv run pyinstaller -F outlook.py --clean
  • For Windows Visual Studio User
> cd outlook-pwd
> "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\Scripts\pipenv.exe" run pyinstaller -F outlook.py --clean

About

Change outlook password on Outlook Web App 2013


Languages

Language:Python 100.0%