Commit Graph

36 Commits

Author SHA1 Message Date
2e2c9ae837 Move FEED_LENGTH to settings.py, use for search results 2022-07-04 19:08:24 +00:00
7bdbbf10b2 Return search results directly from the server 2022-07-04 04:33:01 +00:00
e6589dc61c Adjust title 2022-06-30 00:05:15 +00:00
c80769def6 Add noindex meta tag to stories 2022-06-29 23:20:53 +00:00
a25457254f Improve logging, sends tweets to nitter.net 2022-03-05 23:48:46 +00:00
55c282ee69 Fix search to work with low-RAM server 2022-03-05 21:33:07 +00:00
3f774a9e38 Improve logging 2021-09-06 00:21:05 +00:00
6f64401785 Add optional skip and limit to API route 2021-01-18 03:59:33 +00:00
c9fb9bd5df Add Lobsters to feed 2020-12-12 05:26:33 +00:00
4579dfce00 Improve logging 2020-11-02 00:13:43 +00:00
992c1c1233 Monkeypatch earlier 2020-10-24 22:30:00 +00:00
472af76d1a Adjust port 2020-08-14 03:57:18 +00:00
d7f0643bd7 Add more logging 2020-07-08 02:36:40 +00:00
850b30e353 Add requests timeouts and temporary logging 2020-07-08 02:36:40 +00:00
d614ad0743 Integrate with external MeiliSearch server 2020-07-08 02:36:40 +00:00
f46cafdc90 Integrate sqlite database with server 2020-07-08 02:36:40 +00:00
dbdcfaa921 Check if cache is broken 2020-07-08 02:36:40 +00:00
7b31fcf690 Remove keys of uncached stories 2020-01-28 04:20:05 +00:00
2822974b6e Stop using archive.is on articles (hits CAPTCHAs) 2019-12-15 22:47:33 +00:00
2d80b19414 Grab comments on manually submitted links 2019-12-02 23:15:51 +00:00
e231cd5c31 Decrease feed cache length to 150 2019-12-01 22:18:14 +00:00
db5097ac57 Drop articles more than two days old 2019-11-08 21:50:33 +00:00
2edb3ceba7 Allow manual submission of articles 2019-11-08 05:55:30 +00:00
38b5f2dbeb Move to gevent production http server 2019-11-08 02:37:57 +00:00
6826f731c7 Handle hostnames better 2019-11-07 22:10:08 +00:00
810e8c5ead Archive WSJ articles first, catch KeyboardInterrupt 2019-10-15 21:03:47 +00:00
9c4766a928 Stop using python keyword id for id 2019-10-15 20:36:20 +00:00
0f5b2a5ff9 Cache all articles in IndexedDB 2019-10-12 23:41:31 +00:00
7cb87b59fe Move archive to Whoosh and add search 2019-10-12 05:32:17 +00:00
f0721519e1 Serve client through apiserver, adding meta info 2019-10-10 21:54:29 +00:00
0053147226 Ignore certain files and domains, remove refs 2019-09-24 08:22:06 +00:00
23cdbc9292 Render reddit markdown, poll tildes better, add utils 2019-08-28 04:13:02 +00:00
1b6c8fc6cb Add tildes to feeds 2019-08-25 00:36:26 +00:00
d341d4422f Abstract api server feeds 2019-08-24 08:49:11 +00:00
c1a81a4d8c Write news stories to disk 2019-08-24 05:07:16 +00:00
62d68da415 Finish prototype api server 2019-08-23 08:23:48 +00:00