{"id":13585642,"url":"https://github.com/bibcure/bibcure","last_synced_at":"2025-04-07T13:05:22.883Z","repository":{"id":57414878,"uuid":"99382104","full_name":"bibcure/bibcure","owner":"bibcure","description":"Bibcure helps in boring tasks by keeping your bibfile up to date and normalized...also allows you to easily download all papers inside your bibtex","archived":false,"fork":false,"pushed_at":"2023-01-13T11:13:33.000Z","size":3451,"stargazers_count":196,"open_issues_count":10,"forks_count":15,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-05-12T23:03:29.834Z","etag":null,"topics":["abbreviation","arxiv","bib-files","bibtex","bibtexparser","crossref","doi","doi-number","libgen","references","sci-hub"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bibcure.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-04T21:51:58.000Z","updated_at":"2024-05-11T00:40:23.000Z","dependencies_parsed_at":"2023-02-09T15:30:35.320Z","dependency_job_id":null,"html_url":"https://github.com/bibcure/bibcure","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bibcure%2Fbibcure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bibcure%2Fbibcure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bibcure%2Fbibcure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bibcure%2Fbibcure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bibcure","download_url":"https://codeload.github.com/bibcure/bibcure/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247657276,"owners_count":20974344,"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","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":["abbreviation","arxiv","bib-files","bibtex","bibtexparser","crossref","doi","doi-number","libgen","references","sci-hub"],"created_at":"2024-08-01T15:05:03.523Z","updated_at":"2025-04-07T13:05:22.861Z","avatar_url":"https://github.com/bibcure.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"Description(Beta version)\n=========================\n\n|image0| Bibcure helps in boring tasks by keeping your bibfile up to\ndate and normalized.\n\nRequirements\n------------\n\nBibcure uses the wonderful `Bibtex\nparser \u003chttps://github.com/sciunto-org/python-bibtexparser\u003e`__. In this\nmoment we waiting for new release of bibtexparser to solve some bugs.\n\nInstall\n=======\n\n::\n\n    $ sudo pip install bibcure\n\nscihub2pdf(beta)\n----------------\n\n|image1| If you want download articles via a DOI number, article title\nor a bibtex file, using the database of libgen or sci-hub, see\n\n`bibcure/scihub2pdf \u003chttps://github.com/bibcure/scihub2pdf\u003e`__\n\nFeatures and how to use\n=======================\n\nbibcure\n-------\n\nGiven a bib file...\n\n::\n\n    $ bibcure -i input.bib -o output.bib\n\n-  check sure the Arxiv items have been published, then update\n   them(requires internet connection)\n\n-  complete all fields(url, journal, etc) of all bib items using DOI\n   number(requires internet connection)\n\n-  find and create DOI number associated with each bib item which has\n   not DOI field(requires internet connection)\n\n-  abbreviate jorunals names\n\ndoi2bib\n-------\n\nGiven a DOI number...\n\n::\n\n    $ doi2bib 10.1038/s41524-017-0032-0\n\n-  get bib item given a doi(requires internet connection)\n\nYou can easily append a bib into a bibfile, just do\n\n::\n\n    $ doi2bib 10.1038/s41524-017-0032-0 \u003e\u003e file.bib\n\nYou also can generate a bibtex from a txt file containing a list of DOIs\n\n::\n\n    $ doi2bib --input file_with_dois.txt --output refs.bib\n\ntitle2bib\n---------\n\nGiven a title...\n\n::\n\n    $ title2bib An useful paper\n\n-  search papers related and return a bib for the selected\n   paper(requires internet connection)\n\nYou can easily append a bib into a bibfile, just do\n\n::\n\n    $ title2bib An useful paper --first \u003e\u003e file.bib\n\nYou also can generate a bibtex from a txt file containing a list of\n\"titles\"\n\n::\n\n    $ title2bib --input file_with_titles.txt --output refs.bib --first\n\narxivcheck\n----------\n\nGiven a arxiv id...\n\n::\n\n    $ arxivcheck 1601.02785\n\n-  check if has been published, and then returns the updated bib\n   (requires internet connection)\n\nGiven a title...\n\n::\n\n    $ arxivcheck --title An useful paper published on arxiv\n\nsearch papers related and return a bib the first item. You can easily\nappend a bib into a bibfile, just do\n\n::\n\n    $ arxivcheck --title An useful paper published on arxiv \u003e\u003e file.bib\n\nYou also can interact with results, just pass --ask parameter\n\n::\n\n    $ arxivcheck --ask --title An useful paper published on arxiv \n\nscihub2pdf\n==========\n\nGiven a bibtex file\n\n::\n\n    $ scihub2pdf -i input.bib \n\nGiven a DOI number...\n\n::\n\n    $ scihub2pdf 10.1038/s41524-017-0032-0\n\nGiven a title...\n\n::\n\n    $ scihub2bib --title An useful paper\n\nLocation folder as argument\n\n::\n\n    $ scihub2pdf -i input.bib -l somefoler/\n\nUse libgen instead sci-hub\n\n::\n\n    $ scihub2pdf -i input.bib --uselibgen\n\nSci-Hub vs LibGen\n-----------------\n\nSci-hub:\n~~~~~~~~\n\n-  Stable\n-  Annoying CAPTCHA\n-  Fast\n\nLibgen\n~~~~~~\n\n-  Unstalbe\n-  No CAPTCHA\n-  Slow\n\n.. |image0| image:: https://raw.githubusercontent.com/bibcure/logo/master/logo_64x64.png\n.. |image1| image:: https://raw.githubusercontent.com/bibcure/logo/master/sci_hub_64.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbibcure%2Fbibcure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbibcure%2Fbibcure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbibcure%2Fbibcure/lists"}