Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codersales/selenium-python-browser-to-word-processor-project-attempt
selenium-python-browser-to-word-processor-project-attempt
https://github.com/codersales/selenium-python-browser-to-word-processor-project-attempt
2023 msc msc-y1 msc-y1-s1 paradigms
Last synced: about 4 hours ago
JSON representation
selenium-python-browser-to-word-processor-project-attempt
- Host: GitHub
- URL: https://github.com/codersales/selenium-python-browser-to-word-processor-project-attempt
- Owner: CoderSales
- License: mit
- Created: 2023-12-17T17:25:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T17:42:16.000Z (4 months ago)
- Last Synced: 2024-07-06T18:49:41.694Z (4 months ago)
- Topics: 2023, msc, msc-y1, msc-y1-s1, paradigms
- Language: HTML
- Homepage:
- Size: 383 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# selenium-python-browser-to-word-processor-project-attempt
## description
selenium-python-browser-to-word-processor-project-attempt## content
## setup for html7.py
install Live Preview Extension in VSCode
Click on Live button at bottom right of IDE
python -m venv .venv2
source .venv2/Scripts/activate
pip install -r requirements.txt
python html7.py
currently has a bug
must ctrl c ctrl c to stop infinite loop
## setup for nomorecookies.py
python -m venv .venv2
source .venv2/Scripts/activate
pip install -r requirements.txt
python nomorecookies.py
wait 3 minutes
runs automated browser declines all cookies
## references
[Is there any way to Read BeautifulSoup output with pandas to read Tables?](https://stackoverflow.com/questions/60287555/is-there-any-way-to-read-beautifulsoup-output-with-pandas-to-read-tables)
[How to read/print the ( _io.TextIOWrapper) data?](https://stackoverflow.com/questions/43438303/how-to-read-print-the-io-textiowrapper-data)
[beautiful soup | bs4 | starter](https://www.crummy.com/software/BeautifulSoup/bs4/doc/)