diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-03-22 21:31:05 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-03-22 21:31:05 -0700 |
commit | 4ce751f000285bc97adef27bab0873ae2690859e (patch) | |
tree | 2b0650d49294b0bedaf20978045df01c1e97b567 /notes/bot_tools.txt | |
parent | daf21f0b80e1783ed1eb777a7b6a9c5618c069d7 (diff) | |
download | fatcat-4ce751f000285bc97adef27bab0873ae2690859e.tar.gz fatcat-4ce751f000285bc97adef27bab0873ae2690859e.zip |
bunch of unstructured notes
Diffstat (limited to 'notes/bot_tools.txt')
-rw-r--r-- | notes/bot_tools.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/notes/bot_tools.txt b/notes/bot_tools.txt new file mode 100644 index 00000000..cf465bde --- /dev/null +++ b/notes/bot_tools.txt @@ -0,0 +1,17 @@ + +Could be helpful for writing bots for import: + +metafacture: large/popular java framework for pipelines and munging library +metadata. + + https://github.com/metafacture/metafacture-core/wiki + +catmandu: large/popular set of perl libraries for munging bibliographic +metadata, including a DSL ("Fix"). Can also push/pull to backends. + +miku/siskin: luigi and higher-level tool for running regular tasks. + + https://github.com/miku/span + +miku/span: golang lower-level tools for parsing and normalizing specific +formats (including KBART, DOAJ). |