Compare commits
3 Commits
v1.0.1
...
94498ec5b7
| Author | SHA1 | Date | |
|---|---|---|---|
| 94498ec5b7 | |||
| 73871df69b | |||
|
1b79d5100b
|
@@ -1,4 +1,4 @@
|
||||
#telegram-scam-baiter
|
||||
# telegram-scam-baiter
|
||||
|
||||
Telethon + OpenAI bot that engages unsolicited DMs with safe, time-wasting small talk. It uses a focused system prompt, keeps recent chat history, and replies with human-like delays to keep scammers busy while revealing nothing useful.
|
||||
|
||||
@@ -39,4 +39,4 @@ Notes:
|
||||
|
||||
## License
|
||||
|
||||
MIT License — see LICENSE file for details.
|
||||
MIT License — see LICENSE file for details.
|
||||
|
||||
@@ -58,6 +58,10 @@ spec:
|
||||
{{- with .Values.env }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.envFrom }}
|
||||
envFrom:
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /data
|
||||
@@ -76,6 +80,10 @@ spec:
|
||||
env:
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.envFrom }}
|
||||
envFrom:
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.resources }}
|
||||
resources:
|
||||
{{- toYaml . | nindent 12 }}
|
||||
|
||||
@@ -52,6 +52,7 @@ tolerations: []
|
||||
affinity: {}
|
||||
|
||||
env: {}
|
||||
envFrom: {}
|
||||
|
||||
persistence: {}
|
||||
# enabled: true
|
||||
|
||||
Reference in New Issue
Block a user