lain - lain

This commit is contained in:
Kusaeni 2024-10-02 21:25:14 +07:00
parent 2559133306
commit 8290da7f70
3 changed files with 10 additions and 0 deletions

View file

@ -43,3 +43,7 @@ Saat ini ada 4 environment variable yaitu:
1. ~Konversi dari html ke text/markdown masih buruk~, Sulit pakai Markdown karena bermasalah dengan entities, jadi pakai html (perlu perbaikan disini)
2. Setiap instance punya cara sendiri - sendiri untuk menyimpan data status, ada yang pakai `<p>` untuk memisahkan baris atau membuat new line, ada pula yang pakai `<br>
2. Sedikit lebih lambat dibandingkan Deno TS?
## Lain - lain
Folder ini berisi contoh script crontab dan shell `jalan.sh` untuk eksekusi python

2
lain - lain/crontab Normal file
View file

@ -0,0 +1,2 @@
# fetch setiap 1 menit
1 * * * * * sh /home/poes/python-gotosocial-notif/jalan.sh

4
lain - lain/jalan.sh Normal file
View file

@ -0,0 +1,4 @@
#!/bin/bash
source /home/poes/python-gotosocial-notif/venv/bin/activate
python3 /home/poes/python-gotosocial-notif/main.py