8000 GitHub - govindsoniox/amazon_extractor: App to extract amazon voucher URLs from emails sent to TM
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

govindsoniox/amazon_extractor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Script to extract and collate amazon voucher URLs in a CSV file, from individual emails exported from Outlook. Supports old and new Outlook for Windows, and new Outlook for Mac.

Usage instructions

  1. Download the latest version of extract_links.exe from the releases page: https://github.com/Nottingham-CTU/amazon_extractor/releases
  2. Create a folder on your PC and drag the voucher emails from Outlook into the folder
  3. Open extract_links.exe
  4. Click ‘Select folder’
  5. Navigate to the folder you created earlier, which contains the emails
  6. Click ‘Select folder’
  7. Follow the instructions in the dialog prompts
  8. A CSV file will be created in the same folder as the emails

Development

Preqs

Make sure you have python 3 installed

Install dependencies

  1. cd into the repo directory if not there already
  2. Create a python virtual environment to manage dependences:
python -m venv extractor_env

  1. Activate the virtual environment:
extractor_env\Scripts\activate
  1. Install the dependencies with pip:
pip install beautifulsoup4 lxml extract_msg pyinstaller

Run

To run on your development machine:

python extract_links.py

Bundle

To bundle as a Windows .exe for TM team to use:

pyinstaller --onefile --noconsole extract_links.py

About

App to extract amazon voucher URLs from emails sent to TM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0