|
@@ -7,10 +7,13 @@ Used ChatGPT to help figure out what tech to use to accomplish this task, origin
|
|
|
Requires Python 3
|
|
Requires Python 3
|
|
|
Requires beautifulsoup
|
|
Requires beautifulsoup
|
|
|
|
|
|
|
|
|
|
+`virtualenv venv`
|
|
|
|
|
+`source venv\Scripts\activate`
|
|
|
`pip install -r requirements.txt`
|
|
`pip install -r requirements.txt`
|
|
|
|
|
|
|
|
## Usage
|
|
## Usage
|
|
|
|
|
|
|
|
|
|
+1. Enter virtualenv
|
|
|
1. Right-click the ChatGPT conversation webpage in a browser and save the contents to input/
|
|
1. Right-click the ChatGPT conversation webpage in a browser and save the contents to input/
|
|
|
1. `python main.py input/[Conversation Title].html`
|
|
1. `python main.py input/[Conversation Title].html`
|
|
|
1. output/[Conversation Title].md will be generated
|
|
1. output/[Conversation Title].md will be generated
|