vlourme / vintedpy

Get alerted on Discord when new Vinted articles are published 🛒
GNU General Public License v3.0
29 stars 9 forks source link

data folder #1

Closed Nonoxq closed 2 years ago

Nonoxq commented 2 years ago

Hello, thank you so much for this program!

I have a question. How do you do this step: "Create directory for database (A data folder is needed: mkdir data)". Thanks a lot!

vlourme commented 2 years ago

Hello,

The program uses SQLite to store subscriptions and fetched articles. The database file data.db needs to be in a folder data in the project.

So you just have to create a directory at the root of the project with the name data. For this you can use your graphical interface to create the folder or a terminal with the command mkdir data.

(Edit: I'll do a few edits to the README to make this easier to understand)