Commit graph

33 commits

Author SHA1 Message Date
seanbreckenridge
7a32302d66
query: add --warn-exceptions, dateparser, docs (#290)
* query: add --warn-exceptions, dateparser, docs

added --warn-exceptions (like --raise-exceptions/--drop-exceptions, but
lets you pass a warn_func if you want to customize how the exceptions are
handled. By default this creates a logger in main and logs the exception

added dateparser as a fallback if its installed (it's not a strong dependency, but
I mentioned in the docs that it's useful for parsing dates/times)

added docs for query, and a few examples

--output gpx respects the --{drop,warn,raise}--exceptions flags, have
an example of that in the docs as well
2023-04-18 00:15:35 +01:00
Sean Breckenridge
f43eedd52a docs: describe the all.py/import_source pattern 2022-04-27 07:57:16 +01:00
Sean Breckenridge
059c4ae791 docs: add link to template 2022-02-11 09:33:03 +00:00
Sean Breckenridge
4364484192 docs: add hpi query example, links to other repos
also updated the MODULE_DESIGN docs to mention the
current workaround for converting single file
modules to namespace packages through the
deprecation warning
2021-12-19 17:20:12 +00:00
Sean Breckenridge
8422c6e420
my.reddit: refactor into module that supports pushshift/gdpr (#179)
* initial pushshift/rexport merge implementation, using id for merging
* smarter module deprecation warning using regex
* add `RedditBase` from promnesia
* `import_source` helper for gracefully handing mixin data sources
2021-10-31 20:39:04 +00:00
Dima Gerasimov
2a4bddea79 polar: move to top level, add page support 2021-05-29 13:26:01 +01:00
Sean Breckenridge
c1b70cd90e
docs: add some documentation on module design (#160) 2021-04-11 16:53:43 +01:00
ddrone
2bbbff0021 Update README.org 2021-03-21 15:16:21 +00:00
ddrone
8e868391fd Update README.org
*muffled Yung Lean playing in the distance*
2021-03-21 15:16:21 +00:00
jon r
44b893a025 add similar projects to README 2021-03-15 03:50:26 +00:00
Dima Gerasimov
ad924ebca8 refresh readme, reflect blog post changes 2021-02-22 13:29:05 +00:00
Rosano
9d39892e75 Add remoteStorage
Similar to Solid, you can put data in a space you control at the outset. Also there is https://0data.app for apps that integrate with Solid and remoteStorage.
2020-12-09 03:06:41 +01:00
Sean Breckenridge
78489157a1 fix spelling mistakes 2020-09-06 20:44:28 +01:00
Dima Gerasimov
6453ff415d docs: somewhat acceptable data flow diagrams 2020-05-26 22:51:50 +01:00
Dima Gerasimov
d4a430e12e update dev docs 2020-05-06 23:21:29 +01:00
Dima Gerasimov
6ecb953675 cleanup, mypy coverage & add common/error stubs 2020-05-06 22:54:14 +01:00
Dima Gerasimov
37842ea45c update readme to reflect blog changes 2020-04-26 16:50:06 +01:00
Jürgen Hermann
bf667ef58b Fix tTypo (Fedly) 2020-03-22 12:31:31 +01:00
Dima Gerasimov
3639438a4e add TOC 2020-03-17 23:07:08 +00:00
Dima Gerasimov
a69c928a03 reuse my blog post for readme 2020-03-17 23:07:08 +00:00
Dima Gerasimov
4cd85066e5 move setup file to doc/ 2020-03-17 19:54:55 +00:00
Dima Gerasimov
b42cc71bf6 display modules as table, add links 2020-02-26 21:27:23 +01:00
Dima Gerasimov
d00e09d1a1 More module descriptions 2020-02-26 16:32:03 +01:00
Dima Gerasimov
ab77b1d919 wip on list of supported modules 2020-02-26 15:58:18 +01:00
Dima Gerasimov
76492aaa9e update readme 2019-12-19 20:14:26 +00:00
Dima Gerasimov
066641a4ce Rename my_configuration to mycfg for brevity 2019-12-19 20:14:26 +00:00
Dima Gerasimov
7a65d47f74 Readme update, add example 2019-11-24 17:43:49 +00:00
Dima Gerasimov
d0b787c4c2 Fix demo, update readme 2019-11-15 08:17:44 +00:00
Dima Gerasimov
fdf1a3f935 add configure method to instapaper module 2019-11-07 19:18:54 +00:00
Dmitrii Gerasimov
3fb5366313
Update README.org 2019-10-12 01:28:13 +01:00
Dima Gerasimov
1dda564a9e saner with_my script + more examples in readme 2019-10-12 01:22:14 +01:00
Dima Gerasimov
2752bd6fd1 add proper my_configuration demo and use it in readme 2019-10-12 00:38:47 +01:00
Dima Gerasimov
676ffdd35d add org readme 2019-10-11 23:51:18 +01:00