Closed binaryn3xus closed 4 months ago
Thanks for the contribution. You usually don't want to work with environment specific stuff in the domain layer. The env variable should be read outside and passed in constructor. I'll still merge this and create a new tag.
FYI: I'm currently working on a big rewrite on dev branch and I've already implemented something similar - the ability to set post format per integration and hold configs in DB. It's not quite ready yet..
Purpose: Content creators can be extremely annoying with posting 30+ hashtags per video or other useless long information. Adding this feature I think will be beneficial for if someone just wanted the URL (in case it false to load) and the video itself.
Requirement:
COMPACT_POST
environment variable (true / false)Additional: In updating the README, I added a table that describes the additional options. This allows for the project to grow in some of the options available. Also while in here, I did a little clean up based on linting suggestions. Hope that is okay.
I'm very green to Python other than training videos and small projects, so please feel free to give advice or suggestions.