Giter Club home page Giter Club logo

automation's Introduction

Lab 19 - Automation

Author

  • Tony Regalado

Code

Code

Pull Request

Overview

  • Automate the process of looking through phone numbers and email addresses and edit the list of phone numbers so they fit a specific format.

Featured Task & Requirments

  • Given a document potential-contacts, find and collect all email addresses and phone numbers.
  • Phone numbers may be in various formats.
    • (xxx) yyy-zzzz, yyy-zzzz, xxx-yyy-zzzz, etc.
    • phone numbers with missing area code should presume 206
    • phone numbers should be stored in xxx-yyy-zzzz format.
  • Once emails and phone numbers are found they should be stored in two separate documents.
  • The information should be sorted in ascending order.
  • Duplicate entries are not allowed.

Implementation Notes

  • $poetry new automation

User Acceptance Tests

  • The ‘phone_numbers.txt’ and ‘emails.txt’ files will be verified by an automated system. So make sure to match the naming/formatting requirements exactly.

Stretch Goals

  • [o] It turns out some of the contacts are already in our system.
  • [o] Compare your collected data against existing-contacts.txt and only include info NOT already in system.
  • [o] Handle phone numbers with extensions. E.g. (123) 456-789x012

Configuration

  • Use poetry to create automation project.
  • Use the folder created by Poetry as the root of your project's git repository
  • Refer to Lab Submission Instructions for detailed instructions.

Collab & Credit

  • Kevin Henry & Anthony Williams.

w3Schools

GeeksforGeeks

automation's People

Contributors

edward-regalado avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.