Skip to content

kei49/parse-web-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parse-web-python

The backend python applicaiton to parse web urls and fetch most of contents as texts.

Getting Started

Setup

# git clone
git clone [email protected]:kei49/parse-web-python.git
cd parse-web-python

# Prepare .env
cp .env.sample .env

# Use pipenv
pipenv shell

# Install dependencies
pipenv install

Try Parsing Urls

# Parse some prepared urls by using an int argument
pipenv run main 0

# Try some custom url
pipenv run main https://github.com/kei49/parse-web-python

# Test some prepared urls
pipenv run test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages