Clarify some text and fix typos.

This commit is contained in:
Hyperling 2025-04-25 06:21:59 -07:00
parent 1a2c8e5ad1
commit 08146bd9b0

View File

@ -1,15 +1,15 @@
# "Buddy", the Django API and Slack Bot # "Buddy", the Django API and Slack Bot
The 2018 implementation of the Buddy API used in a Slack chat. The 2018 implementation of the Buddy API used in a Slack chat with coworkers.
Written in Django. Added from archives 2025-04-25. Written in Django. Added from USB archives on 2025-04-25.
Project was placed directly in the `/root/` folder of a container. The old crontab Project was placed directly in the `/root/` folder of a container. The crontab
does not have specific instructions on how to start the server, there was likely does not have specific instructions on how to start the server, there was likely
a service which handled that. My 2025 guess after not using Django for 6 years a service which handled that. My 2025 guess after not using Django for 6 years
would be that `bin/init_python.sh` and `bin/init_buddy_walk.sh` were run, or at would be that `bin/init_python.sh` and `bin/init_buddy_walk.sh` were run, or at
least that is what was used to test locally. least that is what was used to test locally during development.
Tried getting it to run and provide more context in this README as to how the Tried getting it to run in order to provide more context in this README as to
projet can be installed and operated, but not looking to set up Django at this how the project can be installed and operated, but not looking to set up Django
time, just going to use the repo as a reference when rewriting in a different at this time, just going to use the repo as a reference when rewriting in a
language. different language.