Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)