6b16a768a7
Fix deletion script
2024-03-08 03:08:03 +00:00
57de076fec
Increase database timeout
2024-02-27 18:48:56 +00:00
074b898508
Fix lobsters comment parsing
2024-02-27 18:47:00 +00:00
f049d194ab
Move scripts into own folder
2024-02-27 18:32:29 +00:00
c2b9a1cb7a
Update readability
2024-02-27 18:32:19 +00:00
4435f49e17
Make "dark" theme grey, add "black" theme
2023-09-13 01:19:47 +00:00
494d89ac30
Disable lobsters
2023-09-13 01:02:15 +00:00
e79fca6ecc
Replace "indent_level" with "depth" in lobsters API
...
See:
fe09e5aa31
2023-08-31 07:35:44 +00:00
c65fb69092
Handle Lobsters comment parsing TypeErrors
...
Too lazy to debug this:
2023-08-29 12:56:35,111 - root - INFO - Updating lobsters story: yktkwr, index: 55
Traceback (most recent call last):
File "src/gevent/greenlet.py", line 854, in gevent._gevent_cgreenlet.Greenlet.run
File "/home/tanner/qotnews/apiserver/server.py", line 194, in feed_thread
valid = feed.update_story(story)
File "/home/tanner/qotnews/apiserver/feed.py", line 74, in update_story
res = lobsters.story(story['ref'])
File "/home/tanner/qotnews/apiserver/feeds/lobsters.py", line 103, in story
s['comments'] = iter_comments(r['comments'])
File "/home/tanner/qotnews/apiserver/feeds/lobsters.py", line 76, in iter_comments
parent_stack = parent_stack[:indent-1]
TypeError: unsupported operand type(s) for -: 'NoneType' and 'int'
2023-08-29T12:56:35Z <Greenlet at 0x7f92ad840ae0: feed_thread> failed with TypeError
2023-08-31 07:30:39 +00:00
632d028e4c
Add Tildes group whitelist
2023-07-13 22:54:36 +00:00
ea8e9e5a23
Increase again
2023-06-13 17:11:50 +00:00
2838ea9b41
Increase Tildes story score requirement
2023-06-11 01:01:31 +00:00
f15d108971
Catch all possible Reddit API exceptions
2023-03-15 21:16:37 +00:00
f777348af8
Fix darkmode fullscreen button color
2022-08-11 19:36:36 +00:00
486404a413
Fix fix-stories bug
2022-08-10 04:06:39 +00:00
7c9c07a4cf
Hide fullscreen button if it's not available
2022-08-10 04:05:25 +00:00
08d02f6013
Add fullscreen mode
2022-08-08 23:21:49 +00:00
1b54342702
Add red theme
2022-08-08 20:14:57 +00:00
9e9571a3c0
Write fixed stories to database
2022-07-05 00:57:56 +00:00
dc83a70887
Begin script to fix bad gzip text
2022-07-04 20:32:01 +00:00
2e2c9ae837
Move FEED_LENGTH to settings.py, use for search results
2022-07-04 19:08:24 +00:00
61021d8f91
Small UI changes
2022-07-04 19:08:24 +00:00
e65047fead
Add accept gzip header to readability server
2022-07-04 19:07:31 +00:00
8e775c189f
Add test file
2022-07-04 05:56:06 +00:00
3d9274309a
Fix requests text encoding slowness
2022-07-04 05:55:52 +00:00
7bdbbf10b2
Return search results directly from the server
2022-07-04 04:33:01 +00:00
6aa0f78536
Remove Article / Comments, etc thing after name
2022-07-04 04:33:01 +00:00
bf3663bbec
Remove hard-coded title
2022-06-30 00:12:22 +00:00
e6589dc61c
Adjust title
2022-06-30 00:05:15 +00:00
307e8349f3
Change header based on page
2022-06-30 00:00:30 +00:00
04cd56daa8
Add index / noindex to client
2022-06-29 23:30:39 +00:00
c80769def6
Add noindex meta tag to stories
2022-06-29 23:20:53 +00:00
ebd1ad2140
Increase database timeout
2022-06-24 20:50:27 +00:00
2cc7dd0d6d
Update software
2022-05-31 04:24:12 +00:00
6e7cb86d2e
Explain no javascript
2022-05-31 04:23:52 +00:00
a25457254f
Improve logging, sends tweets to nitter.net
2022-03-05 23:48:46 +00:00
a693ea5342
Remove outline API
2022-03-05 22:05:29 +00:00
7386e1d8b0
Include option to disable readerserver
2022-03-05 22:04:25 +00:00
f8e8597e3a
Include option to disable search
2022-03-05 21:58:35 +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
dcedd4caa1
Add script to reindex search, abstract search API
2021-09-06 00:20:21 +00:00
7a131ebd03
Change the order by which content-type is grabbed
2021-01-30 06:36:02 +00:00
6f64401785
Add optional skip and limit to API route
2021-01-18 03:59:33 +00:00
3ff917e806
Remove colons from date string so Python 3.5 can parse
2020-12-15 23:19:50 +00:00
c9fb9bd5df
Add Lobsters to feed
2020-12-12 05:26:33 +00:00
fd9c9c888d
Update gitignore
2020-12-11 23:49:45 +00:00
42dcf15374
Increase sqlite lock timeout
2020-11-19 21:38:18 +00:00
d8a0b77765
Blacklist sec.gov website
2020-11-19 21:37:59 +00:00
9a279d44b1
Add header to get content type
2020-11-03 20:27:43 +00:00