Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Plugin system #29

Open
QtFuta opened this issue Jan 16, 2023 · 0 comments
Open

[Feature] Plugin system #29

QtFuta opened this issue Jan 16, 2023 · 0 comments

Comments

@QtFuta
Copy link
Contributor

QtFuta commented Jan 16, 2023

I have an idea to include some sort of plugin system to process the posts that are being saved.

This way expanse can be decoupled of some features users might want to add and focus on only storing data directly retrieved from Reddit's API.

For example, saving images of posts, a plugin could be implemented for whatever image storage service a user might want to use (to disk, imgur, imgbb, any other cloud provider, etc)
Other might be retrieve and save the content of any link.

The plugins could be registered for all post being saved (i.e. inserts to item table), or for users to decide which ones they want to enable for their posts (i.e. inserts to user_item table)

@QtFuta QtFuta mentioned this issue Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant