lgloege / streamlit-link-extractor

Extracts links from a given webpage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

streamlit_link_extractor

An app to extract links from a webpage

Using wget to download all the links

wget -i file_list.txt

Availability

The app is available on Heroku and Streamlit Share

Development and deployment

Initialize git

git init

Create app on Heroku

heroku create appName

Push changes to Heroku

git push heroku main

Push changes to GitHub (Streamlit Share reads directly from GitHub)

git push -u origin main

Rollback Heroku release

heroku releases
heroku rollback v2 # or which version you want

About

Extracts links from a given webpage

License:MIT License


Languages

Language:Python 95.3%Language:Shell 4.7%