Skip to content

Instantly share code, notes, and snippets.

@Kremilly
Last active March 29, 2024 10:23
Show Gist options
  • Save Kremilly/2a92c6ae6e7c0415a5dd3c980f804d55 to your computer and use it in GitHub Desktop.
Save Kremilly/2a92c6ae6e7c0415a5dd3c980f804d55 to your computer and use it in GitHub Desktop.
SciScrape default settings
general:
force_https: false # Boolean
disable_cache: false # Boolean
format_date: '%Y-%m-%d' # String
calculate_request_time: true # Boolean
json_indent_size: 2 # Integer (unsigned)
default_user_agent: 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36' # String
results:
auto_generate_bibtex: false # Boolean
show_max_authors: 5 # Integer (unsigned)
show_max_categories: 5 # Integer (unsigned)
default_max_results: 5 # Integer (unsigned)
downloads:
auto_open_folder: false # Boolean
auto_download_papers: false # Boolean
downloads_folder: './data/papers' # String
history:
default_format: 'json' # String
auto_save_history: false # Boolean
output_folder: './data/history' # String
layout:
show_icons: true # Boolean
show_header: true # Boolean
default_mode: 'visual' # String
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment