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
- Host: GitHub
- URL: https://github.com/codersales/attempt-to-make-a-program-to-extract-html
- Owner: CoderSales
- Created: 2021-09-17T17:13:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-17T23:41:52.000Z (almost 5 years ago)
- Last Synced: 2025-05-30T16:54:19.137Z (about 1 year ago)
- Language: Python
- Size: 618 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)