NobGit
public imalexnord read

Discord-Hetzner-Bot

No description yet

Languages

Repository composition by tracked source files.

Python
Python 100%
Create file Wiki Documentation
Clone
https://nobgit.com/user/imalexnord/discord-hetzner-bot.git
ssh://[email protected]:2222/user/imalexnord/discord-hetzner-bot.git

Commit

Update README.md

c7d9b67
err0x5dd <[email protected]> 7 years ago
README.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

Diff

diff --git a/README.md b/README.md
index ad96509..1f29524 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,18 @@
 # Discord-Hetzner-Bot
 A discord bot to start a hetzner cloud server from a snapshot with the data on a separate volume
+
+## Requirements
+- python library hcloud-python
+  - instal via pip install hcloud
+- python library discord
+  - install via pip install discord
+
+## Usage
+- get a API token for the hetzner cloud project
+- get a discord app and create a bot
+  - get the bot token
+- create a snapshot with the app data on a separate volume
+- modify the tokens.py and settings.py for your needs
+
+## Notes
+I recommend the usage of a systemd service unit for the bot itself, because currently the bot tends to stop while waiting for the server creation.