An open API service indexing awesome lists of open source software.

https://github.com/codersales/attempt-to-make-a-program-to-extract-html


https://github.com/codersales/attempt-to-make-a-program-to-extract-html

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

          

# attempt-to-make-a-program-to-extract-html

## Development
### Get News (python)
- extract.py [Extracting text from HTML file using Python](https://stackoverflow.com/questions/328356/extracting-text-from-html-file-using-python)
#### beautifulsoup4 (command line interface)
- pip3 install beautifulsoup4 [beautifulsoup4 4.10.0](https://pypi.org/project/beautifulsoup4/)
### display command line Output on HTML Page
- [Showing command line output on a html page](https://stackoverflow.com/questions/53860093/showing-command-line-output-on-a-html-page)
#### xterm.js
- npm install xterm
- index.html code from this site
- [Xterm.js | Build terminals in the browser](https://xtermjs.org/)

## References
- extract.py [Extracting text from HTML file using Python](https://stackoverflow.com/questions/328356/extracting-text-from-html-file-using-python)
- pip3 install beautifulsoup4 [beautifulsoup4 4.10.0](https://pypi.org/project/beautifulsoup4/)