├── .README.MD_images └── 1be8fb97.png ├── README.MD ├── _bot.py ├── bot.py ├── config.json ├── main.py ├── modules ├── __init__.py ├── account_detail.py ├── add_account.py ├── batch_test_accounts.py ├── batch_test_delete_accounts.py ├── create_droplet.py ├── delete_account.py ├── droplet_actions.py ├── droplet_detail.py ├── list_droplets.py ├── manage_accounts.py ├── manage_droplets.py └── start.py ├── requirements.txt └── utils ├── db.py ├── localizer.py ├── password_generator.py └── set_root_password_script.py /.README.MD_images/1be8fb97.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realByg/digitalocean-helper-bot/HEAD/.README.MD_images/1be8fb97.png -------------------------------------------------------------------------------- /README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realByg/digitalocean-helper-bot/HEAD/README.MD -------------------------------------------------------------------------------- /_bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realByg/digitalocean-helper-bot/HEAD/_bot.py -------------------------------------------------------------------------------- /bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realByg/digitalocean-helper-bot/HEAD/bot.py -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realByg/digitalocean-helper-bot/HEAD/config.json -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realByg/digitalocean-helper-bot/HEAD/main.py -------------------------------------------------------------------------------- /modules/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realByg/digitalocean-helper-bot/HEAD/modules/__init__.py -------------------------------------------------------------------------------- /modules/account_detail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realByg/digitalocean-helper-bot/HEAD/modules/account_detail.py -------------------------------------------------------------------------------- /modules/add_account.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realByg/digitalocean-helper-bot/HEAD/modules/add_account.py -------------------------------------------------------------------------------- /modules/batch_test_accounts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realByg/digitalocean-helper-bot/HEAD/modules/batch_test_accounts.py -------------------------------------------------------------------------------- /modules/batch_test_delete_accounts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realByg/digitalocean-helper-bot/HEAD/modules/batch_test_delete_accounts.py -------------------------------------------------------------------------------- /modules/create_droplet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realByg/digitalocean-helper-bot/HEAD/modules/create_droplet.py -------------------------------------------------------------------------------- /modules/delete_account.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realByg/digitalocean-helper-bot/HEAD/modules/delete_account.py -------------------------------------------------------------------------------- /modules/droplet_actions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realByg/digitalocean-helper-bot/HEAD/modules/droplet_actions.py -------------------------------------------------------------------------------- /modules/droplet_detail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realByg/digitalocean-helper-bot/HEAD/modules/droplet_detail.py -------------------------------------------------------------------------------- /modules/list_droplets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realByg/digitalocean-helper-bot/HEAD/modules/list_droplets.py -------------------------------------------------------------------------------- /modules/manage_accounts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realByg/digitalocean-helper-bot/HEAD/modules/manage_accounts.py -------------------------------------------------------------------------------- /modules/manage_droplets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realByg/digitalocean-helper-bot/HEAD/modules/manage_droplets.py -------------------------------------------------------------------------------- /modules/start.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realByg/digitalocean-helper-bot/HEAD/modules/start.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realByg/digitalocean-helper-bot/HEAD/requirements.txt -------------------------------------------------------------------------------- /utils/db.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realByg/digitalocean-helper-bot/HEAD/utils/db.py -------------------------------------------------------------------------------- /utils/localizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realByg/digitalocean-helper-bot/HEAD/utils/localizer.py -------------------------------------------------------------------------------- /utils/password_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realByg/digitalocean-helper-bot/HEAD/utils/password_generator.py -------------------------------------------------------------------------------- /utils/set_root_password_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realByg/digitalocean-helper-bot/HEAD/utils/set_root_password_script.py --------------------------------------------------------------------------------