Code Monkey home page Code Monkey logo

url-intake-module's Introduction

url-intake-module

Allows a terminal user to input a single URL or a list of URLs from an Excel spreadsheet or text file.

Installation

Prior to running the script, the following python packages or modules should (already) be installed on the system:

  • os
  • re
  • pandas

Use the following terminal command to install above packages:

python -m pip install package_name

Note: if you plan to use Excel files, one must install an Excel (python) package like, openpyxl.

Usage

Import the "url-intake-module" into an existing python (web-scraping) script and then create a constructor function from the module by assigning it to a variable as noted below:

import intake_mod

example_variable = intake_mod.accept_input()

Note: to enter a file path, please copy and paste full file path into terminal. E.g., in the Windows OS (right-click) context menu, choose "Copy as path".

Features

  • Accepts .csv, .xlsx, and .txt files.
  • Outputs a URL(s) entered as a "list" object.
  • Ignores whitespace and duplicate URL entries while validating the syntax of each URL string entered; i.e. if link has "http://" or "https://" prepended, etc.
  • If a file path is entered, the script validates the file directory.
  • If three unsuccesful attempts are captured in the terminal, the script will exit without outputting a list object.

Etcetera

Script has been validated to work in Python 3.10

url-intake-module's People

Contributors

ghostmach 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.