ScientryBackend / main.py

Commit History

Refactor summarization and email sending logic; improve error handling and environment variable checks
f50b29d

raannakasturi commited on

Refactor text handling in fix_text function and simplify title escaping in paper_data function
c072563

raannakasturi commited on

Implement retry mechanism for summarizing papers in paper_data function
2bf3be5

raannakasturi commited on

Remove debug print statements for summary and mindmap in paper_data function
19f6a3d

raannakasturi commited on

Enhance text handling in fix_text function and update Mindmap loading message for clarity
3f1a8fc

raannakasturi commited on

Escape summary and mindmap fields in paper_data function for improved HTML safety
9fb08e4

raannakasturi commited on

Refactor paper summarization to improve text handling and remove unused parameters
98434dd

raannakasturi commited on

Remove summary and mindmap fields from test function for cleaner data structure
704d4a1

raannakasturi commited on

Refactor image generation functions to use category instead of summary and improve prompt clarity
2bf2b98

raannakasturi commited on

Update .gitignore and enhance HTML generation in post_blog.py for improved file handling and formatting
6ad097c

raannakasturi commited on

Refactor paper_data and summarize_paper functions for improved parameter handling and clarity
adbfd57

raannakasturi commited on

Refactor image generation and paper summarization logic for improved safety and clarity
0485034

raannakasturi commited on

Remove debug print statements from main execution flow
b6b0f54

raannakasturi commited on

Add logging for blog posting and ensure main execution flow
64e2bcf

raannakasturi commited on

Fix encoding issues in paper_data function and add tests for text decoding
6440752

raannakasturi commited on

Add status tracking for blog post submissions in paper_data function
7880100

raannakasturi commited on

Refactor post_blog and related functions to include DOI as a parameter for improved post generation
14fbe6d

raannakasturi commited on

Refactor title and citation encoding in paper_data and test functions for improved handling of special characters
72c7a0a

raannakasturi commited on

Remove redundant unicode escape decoding from summary, mindmap, and citation in paper_data function
0dc6bc6

raannakasturi commited on

Enhance title handling in main.py with HTML escaping for improved safety
672a01e

raannakasturi commited on

Enhance title and citation handling in main.py and post_blog.py with unicode escape decoding and HTML escaping
b90a3da

raannakasturi commited on

Add error handling for paper summarization and skip invalid entries in main.py
4c413f1

raannakasturi commited on

Add error handling for blog posting in main.py
4b08d28

raannakasturi commited on

Remove dotenv dependency and update access key usage in image and main modules
f4eb7a2

raannakasturi commited on

Add scheduler functionality to app.py and clean up main.py
b813dda

raannakasturi commited on

Enhance image handling with timeout and improve post HTML structure
22c0846

raannakasturi commited on

Update main.py
943ba68
verified

raannakasturi commited on

Update main.py
353e6b2
verified

raannakasturi commited on

Add email sending functionality and refactor post creation to include wait time parameter
ea7c078

raannakasturi commited on

Refactor post_blog.py to improve image handling and update OAuth credentials management
e73bcbd

raannakasturi commited on

Update main.py
d82d9bc
verified

raannakasturi commited on

Remove unused email libraries from main.py
2e2dffe

raannakasturi commited on

Enhance error handling and debugging in blog posting functionality; remove unused print statements and update access key handling
4b0577b

raannakasturi commited on

Remove unused email libraries and add requirements file for project dependencies
bf374cc

raannakasturi commited on

Implement email sending functionality and add Gradio interface for ReXplore backend
9e062cd

raannakasturi commited on

Add initial implementation for paper summarization and data fetching
3ec5aa6

raannakasturi commited on