https://github.com/simonfelding/reddit-citations-to-bibtex-format
Finds "(reddit.com/r/subforum/)" urls in word document and generates a bibtex file to import, in order to properly cite reddit posts.
https://github.com/simonfelding/reddit-citations-to-bibtex-format
Last synced: 26 days ago
JSON representation
Finds "(reddit.com/r/subforum/)" urls in word document and generates a bibtex file to import, in order to properly cite reddit posts.
- Host: GitHub
- URL: https://github.com/simonfelding/reddit-citations-to-bibtex-format
- Owner: simonfelding
- Created: 2022-02-08T14:10:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-08T16:12:49.000Z (over 4 years ago)
- Last Synced: 2023-08-02T15:57:06.132Z (almost 3 years ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# convert reddit citations to bibtex format
Finds "(reddit.com/r/subforum/)" urls in word document and generates a bibtex file to import, in order to properly cite reddit posts.
Useful for example for paperpile.com, but zotero and so on should work fine too.
# to do:
- use the reddit api legitimately with a key instead of circumventing rate limiting.