Skip to content

Commit

Permalink
12-18 EOD
Browse files Browse the repository at this point in the history
  • Loading branch information
RTL3WD committed Dec 19, 2023
1 parent 50a8c8b commit c951d10
Show file tree
Hide file tree
Showing 9,965 changed files with 285 additions and 1,655,410 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 4 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import datetime
import os
import time
# Local application/library-specific imports
from my_airtable.send_to_airtable import send_to_airtable
from file_manager.file_cleanup import clean_directory
Expand Down Expand Up @@ -27,13 +28,13 @@
pdf_directory = os.path.join(tmp_directory, "pdf")

# Run the scraper
scraper()
# scraper()

# # Get the path to the CSV file
scrape_results = os.path.join(csv_directory, "scrape-results.csv")

# download_search_result(scrape_results)
send_to_chatgpt(base_directory)
send_to_chatgpt(csv_directory, pdf_directory)

chatgpt_results = os.path.join(csv_directory, "chatgpt-results.csv")

Expand Down Expand Up @@ -72,6 +73,7 @@
else:
print('Balance too low. Not sending to Airtable.')
print(f"Balance: {balance}")
time.sleep(3600)
clean_directory(csv_directory)
clean_directory(pdf_directory)
cleanup()
Expand Down
26 changes: 0 additions & 26 deletions chatgpt_cleanup.py

This file was deleted.

43 changes: 0 additions & 43 deletions create_asssistant.py

This file was deleted.

41 changes: 0 additions & 41 deletions create_thread.py

This file was deleted.

49 changes: 0 additions & 49 deletions download_individual_search_results-TEST.py

This file was deleted.

41 changes: 0 additions & 41 deletions download_individual_search_results.py

This file was deleted.

43 changes: 0 additions & 43 deletions download_pdf.py

This file was deleted.

6 changes: 0 additions & 6 deletions exit_scraper.py

This file was deleted.

87 changes: 0 additions & 87 deletions extract_court_results.py

This file was deleted.

Loading

0 comments on commit c951d10

Please sign in to comment.