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

🎉 #14

Merged
merged 13 commits into from
May 14, 2024
Merged

🎉 #14

merged 13 commits into from
May 14, 2024

Conversation

arash77
Copy link
Collaborator

@arash77 arash77 commented Apr 22, 2024

Description:

This pull request introduces the initial setup for creating and processing posts in the Galaxy Social project. It includes instructions for creating posts and adding new social media plugins.

Checklist:

Additional Notes:

  • The processed_files.json file in the processed_files branch will track the results of post processing actions.
  • When adding new social media plugins, ensure that the plugins.yml file follows the provided template and includes all necessary configuration details. Also, the name of the media in the post file should match the name in plugins.yml
  • Tokens and variables required for plugin initialization should be added to GitHub secrets for security.

@arash77 arash77 linked an issue Apr 22, 2024 that may be closed by this pull request
18 tasks
@bgruening bgruening requested a review from wm75 April 22, 2024 12:07
lib/galaxy-social.py Outdated Show resolved Hide resolved
lib/galaxy-social.py Outdated Show resolved Hide resolved
@wm75
Copy link
Member

wm75 commented May 2, 2024

@arash77 in your demo posts that I've seen you also made use of threads, at least on Mastodon. How would that be done here?

@wm75
Copy link
Member

wm75 commented May 2, 2024

or were these always just long posts that were broken up into a thread?

Would it be possible somehow to refer to a previous post from a new one to have the new one added in a thread with the previous one?

@arash77
Copy link
Collaborator Author

arash77 commented May 2, 2024

@arash77 in your demo posts that I've seen you also made use of threads, at least on Mastodon. How would that be done here?
or were these always just long posts that were broken up into a thread?

Threads will be created when we have a long content for a post and it will be replied to each other to make the threads.

Would it be possible somehow to refer to a previous post from a new one to have the new one added in a thread with the previous one?

It is possible to add this feature for example by mentioning the previous post link and the new post will reply to that to make the threads.

Copy link
Member

@wm75 wm75 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Soo much better, thanks!!

lib/galaxy_social.py Outdated Show resolved Hide resolved
lib/galaxy_social.py Outdated Show resolved Hide resolved
lib/plugins/markdown.py Outdated Show resolved Hide resolved
lib/plugins/mastodon.py Outdated Show resolved Hide resolved
lib/plugins/mastodon.py Show resolved Hide resolved
lib/galaxy_social.py Outdated Show resolved Hide resolved
lib/galaxy_social.py Outdated Show resolved Hide resolved
lib/galaxy_social.py Outdated Show resolved Hide resolved
github_run.py Outdated Show resolved Hide resolved
lib/galaxy_social.py Outdated Show resolved Hide resolved
lib/galaxy_social.py Outdated Show resolved Hide resolved
lib/galaxy_social.py Outdated Show resolved Hide resolved
@bgruening bgruening merged commit 0f2c5ff into main May 14, 2024
@bgruening bgruening deleted the 13-first-review branch May 14, 2024 07:35
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

Successfully merging this pull request may close these issues.

first review
3 participants