132d6a19ca
Revert "useless: add vampir trigger"
...
This reverts commit ade97db9222311b307e6f1fdd039010332d359da.
Link is down, so remove the trigger.
2025-02-27 13:55:14 +00:00
27c537b15a
coins: fix 24h change
2025-02-25 21:08:16 +00:00
6a9bf7456b
requirements: update lxml to 5.3
2025-02-04 12:46:12 +00:00
0edbc7a0f1
mcmaniac: fix a typo
2025-01-23 23:14:34 +00:00
360fd4d164
coins: display currency name in upper case
2024-12-17 00:17:38 +00:00
91abf2bf93
coins: switch to coingecko api
...
fix #19
2024-12-11 00:08:54 +00:00
3f7d1ae13c
youtube: limit search to 1 video result
2024-06-02 15:31:24 +00:00
586a109a16
drugs, urlinfo, youtube: fix 'invalid escape sequence' SyntaxWarnings
2024-06-02 15:30:20 +00:00
6986798245
ascii: remove buddha command
2024-04-17 10:14:39 +00:00
b1100db649
urlinfo: make .* in front of the URL non-greedy
...
This is done because URLs may contain one or more other URLs that match
the url pattern (e.g. https://web.archive.org links). Because .* is
greedy by default, this caused only the last matching URL to be
captured, instead of the full URL.
2023-08-05 13:42:46 +00:00
1149417b56
quotes: replace non-functional print() with self.log.error()
2023-07-25 22:28:08 +00:00
f50fe88a14
linux: handle JSONDecodeError
2023-07-21 11:47:54 +00:00
fa51899a24
urlinfo: catch superclass RequestException instead of each exception individually
2023-07-21 11:44:20 +00:00
d59e170e8b
linux: use json kernel.org release feeed
...
Reading the releases from the json feed is much simpler and it allows us
to drop the dependency on feedparser.
2022-11-08 00:25:05 +00:00
cb1cc4439a
chore: update feedparser
...
The old feedparser 5.x versions are incompatible with recent setuptools
versions and can't be installed anymore
2022-11-07 20:24:26 +00:00
ffa64f509c
linux: fix two SyntaxWarnings
2022-11-07 20:20:11 +00:00
9ba11a50cd
youtube: fix a SyntaxWarning
2022-09-17 10:44:00 +00:00
9c8203d433
youtube: use "Return YouTube Dislike" api for the dislike count
2021-12-14 20:45:08 +00:00
9ba23e9a29
linux: remove double spaces in stallman quote
2021-12-06 20:07:29 +00:00
5fe240db8b
mcmaniac: print confirmation when new entry is added
2021-12-06 02:51:00 +00:00
c1439ca4c5
useless: remove .abuse trigger
2021-08-17 14:12:38 +00:00
dab86916ab
urlinfo: catch TooManyRedirects exceptions
2021-08-13 17:26:52 +00:00
ceb3002281
urlinfo: fix some NoneType attribute errors
2021-07-20 21:40:38 +00:00
fe79f444cf
isup: show state as 'down' if response is an HTTPError
2021-07-20 21:39:39 +00:00
b6b8d91592
weather: switch to OpenWeatherMap
...
public yahoo api was shut down on Jan 3, 2019
2021-05-20 14:00:35 +00:00
586bdceca9
Revert "Update README.md"
...
This reverts commit d792452d22377252e6b8ba60d580c038cfe07500.
Project is no longer abandoned ^.^
2021-05-20 02:09:19 +00:00
9c3cd2f816
urlinfo: check content-type before downloading + handle timeouts
...
improve codestyle and formatting
2021-05-20 00:27:03 +00:00
e7b89e7fdb
urlinfo: update blacklist
2021-05-20 00:25:43 +00:00
b8c3fe073b
urban: fix multi-word terms
2021-05-15 14:26:56 +00:00
9a3fce367a
config: add urlinfo plugin + local changes
2021-05-15 13:50:14 +00:00
c8870bab4e
update requirements + add lxml
2021-05-15 01:59:50 +00:00
c4f66e5346
urlinfo: limit download size + check content type
2021-05-14 22:13:30 +00:00
233cfc9089
add urlinfo plugin
2021-05-14 19:20:19 +00:00
cf2fe25d68
Merge branch 'noxy-master-patch-23491' into 'master'
...
Update bot/useless.py
See merge request mrhanky/nxy!14
2021-05-12 18:42:28 +00:00
noxy
be2d9ab27f
Update bot/useless.py
2021-05-12 18:41:54 +00:00
3960da27ed
Merge branch 'noxy-master-patch-11090' into 'master'
...
hebamme command
See merge request mrhanky/nxy!13
2021-05-12 18:34:06 +00:00
noxy
c1be5ee2af
hebamme command
2021-05-12 18:34:06 +00:00
452796556f
tell: fix sending unique constraint violating message multiple times
2021-03-09 15:17:20 +00:00
31631e3e4d
rape: fix fines color
2021-01-25 19:43:53 +00:00
7036bceeb0
mcmaniac: fix regex #2
...
schema: make mcmaniac items case-insensitive
2021-01-06 19:44:19 +00:00
51bf31e2a5
mcmaniac: fix regex
2020-12-19 15:20:30 +00:00
22f4cc8d32
Merge branch 'noxy-master-patch-30459' into 'master'
...
Aktualisieren bot/useless.py
See merge request mrhanky/nxy!12
2020-11-20 16:50:26 +00:00
noxy
ade97db922
useless: add vampir trigger
2020-11-20 16:50:26 +00:00
afbcf2e951
urban: use variable from previous commit in result formatting
2020-11-20 16:18:14 +00:00
fa18d1b3eb
fix urban dictionary (ud) trigger
2020-11-20 16:14:43 +00:00
81d12c92ae
systemd unit adjustments
2020-10-06 16:29:57 +00:00
b4f0d5644f
db dump timer: change service type to simple
...
oneshot considers the service to be active after the main process exits.
This is not wanted here, removing the declaration makes the type default
to simple, which considers units to be active when the main process is
running.
2020-06-08 21:24:25 +00:00
92d98a1e6c
utils: fix iso8601 parsing
...
youtube: change datetime format in output
2020-05-18 20:48:20 +00:00
98646f3226
minor bugfixes
2020-05-01 23:20:37 +00:00
2d41d0c0bb
useless: add corona trigger
2020-05-01 23:19:31 +00:00