{"id":18587553,"url":"https://github.com/inanyan/bib-arxiv-generator","last_synced_at":"2025-09-08T22:45:41.772Z","repository":{"id":245248912,"uuid":"817694080","full_name":"InAnYan/bib-arxiv-generator","owner":"InAnYan","description":"A Python script that generates a BibTeX file with various articles from arXiv.","archived":false,"fork":false,"pushed_at":"2025-02-11T17:04:22.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-16T06:36:40.362Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InAnYan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-20T08:47:51.000Z","updated_at":"2025-02-11T17:04:27.000Z","dependencies_parsed_at":"2025-05-16T06:44:43.807Z","dependency_job_id":null,"html_url":"https://github.com/InAnYan/bib-arxiv-generator","commit_stats":null,"previous_names":["inanyan/bib-arxiv-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/InAnYan/bib-arxiv-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InAnYan%2Fbib-arxiv-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InAnYan%2Fbib-arxiv-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InAnYan%2Fbib-arxiv-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InAnYan%2Fbib-arxiv-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InAnYan","download_url":"https://codeload.github.com/InAnYan/bib-arxiv-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InAnYan%2Fbib-arxiv-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231241,"owners_count":25245659,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T00:39:32.550Z","updated_at":"2025-09-08T22:45:41.743Z","avatar_url":"https://github.com/InAnYan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `.bib` file generator with files\n\nA Python script that generates a BibTeX file with various articles from arXiv.\n\nThe primary use for this generator is for making a large `.bib` file for testing the AI functionality in JabRef.\n\nJabRef provides a script for generating large `.bib` files, but AI functionality operates on linked files.\n\n## Features\n\n- Searches arXiv for papers according to query.\n- Fetches `title`, `author`, and `eprint` fields.\n- Downloads PDF files.\n- Forms a `.bib` file with ordinary count of entries.\n\n## How to Run this Project\n\nInstall dependencies:\n\n```sh\npip install -r requirements.txt\n```\n\nAnd then run the program:\n\n*I'll just paste a help message here* 😄\n\n```\nusage: main.py [-h] [--count COUNT] [--query QUERY] [--file FILE]\n\noptions:\n  -h, --help     show this help message and exit\n  --count COUNT  Count of entries to retrieve\n  --query QUERY  Search query\n  --file FILE    Path to generated file\n```\n\nTip: to set the search query properly you can wrap it in double quotes. That way the shell will pass the series of words as one string.\n\n## How this Project is Implemented\n\nIt's actually very simple, it has 2 external dependencies: one for arXiv API (for fetching papers), the other is for generating `.bib` entries. They are just combined.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finanyan%2Fbib-arxiv-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finanyan%2Fbib-arxiv-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finanyan%2Fbib-arxiv-generator/lists"}