birdhouses / instabot

Python bot for managing instagram accounts
MIT License
14 stars 2 forks source link

Use SQLite instead of .txt files for data management #24

Closed birdhouses closed 1 year ago

birdhouses commented 1 year ago

Issue Description

Currently, the script uses text files to store and manage data about followed and unfollowed users. However, as the amount of data grows and the need for more complex queries arises, using text files may become inefficient and error-prone. To improve data management, we should consider switching from text files to SQLite databases.

Proposed Solution

By implementing these changes, we can expect better performance, easier data querying, and more robust data management.

birdhouses commented 1 year ago

There is no need for SQLite. Maybe this issue will become relevant in the future, but as of now there is no added value