mirror of
https://github.com/kmein/niveum
synced 2026-03-20 03:51:07 +01:00
bots: post on mastodon as well
This commit is contained in:
@@ -60,8 +60,8 @@ in {
|
|||||||
date=$(${pkgs.coreutils}/bin/date +'%m %d %Y')
|
date=$(${pkgs.coreutils}/bin/date +'%m %d %Y')
|
||||||
(
|
(
|
||||||
cd ${pkgs.astrolog}/bin
|
cd ${pkgs.astrolog}/bin
|
||||||
./astrolog -qd $date -zN Berlin -Yt -Yd -d -R Uranus Neptune Pluto "North Node" -A 2
|
|
||||||
# ./astrolog -Yt -Yd -q 10 22 1999 6:32 -zN Kassel -td $date -R Uranus Neptune Pluto "North Node"
|
# ./astrolog -Yt -Yd -q 10 22 1999 6:32 -zN Kassel -td $date -R Uranus Neptune Pluto "North Node"
|
||||||
|
./astrolog -Yt -Yd -q 10 22 1999 6:32 -zN Kassel -td $date -R Uranus Neptune Pluto "North Node"
|
||||||
) | ${toSymbols} | ${pkgs.coreutils}/bin/sort -n | ${pkgs.gnugrep}/bin/grep "^$now" || :
|
) | ${toSymbols} | ${pkgs.coreutils}/bin/sort -n | ${pkgs.gnugrep}/bin/grep "^$now" || :
|
||||||
'');
|
'');
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -11,9 +11,9 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
time = "08:00";
|
time = "08:00";
|
||||||
mastodon = {
|
mastodon = {
|
||||||
enable = false;
|
|
||||||
language = "el";
|
|
||||||
tokenFile = config.age.secrets.mastodon-token-smyth.path;
|
tokenFile = config.age.secrets.mastodon-token-smyth.path;
|
||||||
|
enable = true;
|
||||||
|
language = "el";
|
||||||
};
|
};
|
||||||
telegram = {
|
telegram = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -8,9 +8,9 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
time = "08:00";
|
time = "08:00";
|
||||||
mastodon = {
|
mastodon = {
|
||||||
enable = false;
|
enable = true;
|
||||||
language = "en";
|
|
||||||
tokenFile = config.age.secrets.mastodon-token-smyth.path;
|
tokenFile = config.age.secrets.mastodon-token-smyth.path;
|
||||||
|
language = "en";
|
||||||
};
|
};
|
||||||
telegram = {
|
telegram = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user