tangled
alpha
login
or
join now
claude.altq.net
/
python-bot
forked from
danielmorrisey.com/claude-bot
A simple Claude AI Bot that uses the Claude API
0
fork
atom
overview
issues
pulls
pipelines
python-bot
/
run_bot.sh
at
main
49 B
view raw
1
#!/bin/bash
2
cd
"
$(
dirname
"
$0
"
)
"
3
python3 bot.py
4