بدون توضیح

Josh Rosario 83cfc5e8d2 Update readme 4 ماه پیش
example 87d493075e Add table handling 6 ماه پیش
.gitignore af9833c4cd Set output directory 8 ماه پیش
README.md 83cfc5e8d2 Update readme 4 ماه پیش
main.py 45da9a41ff Add table support, fixes #3 6 ماه پیش
requirements.txt 41b2b962dc Initial commit 8 ماه پیش

README.md

ChatGPT to MD

Used ChatGPT to help figure out what tech to use to accomplish this task, original conversation exported as an example in /example

Requirements

Requires Python 3 Requires beautifulsoup

virtualenv venv source venv\Scripts\activate pip install -r requirements.txt

Usage

  1. Enter virtualenv
  2. Right-click the ChatGPT conversation webpage in a browser and save the contents to input/
  3. python main.py input/[Conversation Title].html
  4. output/[Conversation Title].md will be generated