Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces two main changes:
Added a requirements.txt file: This will make it easier for other developers to know what dependencies they need to install to run this project. They can now install all necessary dependencies with pip install -r requirements.txt.
Outsourced Configurations to .env: I've moved all the configurations to a .env file. This makes the project more maintainable and avoids hard-coding configurations into the code itself. Please make sure to update your local .env file with the necessary keys and values.
This is my first contribution to this project, and I'm excited to make the project more user-friendly and maintainable. I'm open to any feedback and ready to make any necessary changes.
I just wanted to say thank you for the excellent work you've been doing. I've learned a lot from your content, and I appreciate your efforts in maintaining and developing stuff like this. Keep up the great work!