Galaxy13 / telegramqrbot

Docker-deploy, Python 3, Telegram bot test
0 stars 1 forks source link

Create project file structure #1

Closed Overflow922 closed 2 years ago

Overflow922 commented 2 years ago

We should come up with basic project file structure. I can think of these directories for now:

  1. Source - contains source files
  2. Test - tests
  3. Configs - directory for configs (e.g. telegram bot token). I suppose we can use json files as a template of our config files.
Galaxy13 commented 2 years ago
  1. Why do we need 'source' folder? Is everything is already soucre code?
  2. Test - agree, there is need to be 2 scipts, testing part of Telegram Api, and other to test behaviour of QR script
  3. Json for config - as a template and tests.
Overflow922 commented 2 years ago
  1. Since we are not expecting too many files - we can keep them in the root.
  2. What are the benefits of ini file comparing to json?