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

Develop a worker to parse contents from the blog's url #16

Closed
birtony opened this issue Oct 31, 2019 · 3 comments · Fixed by #37
Closed

Develop a worker to parse contents from the blog's url #16

birtony opened this issue Oct 31, 2019 · 3 comments · Fixed by #37
Assignees
Projects

Comments

@birtony
Copy link
Contributor

birtony commented Oct 31, 2019

We should create a worker that would implement the following features:

  • Get contents from particular blog post url
  • Parse the contents into the JSON format
  • Pass the generated JSON file over

Receives: url
Returns: JSON file

@c3ho
Copy link
Contributor

c3ho commented Oct 31, 2019

Hi, I’ll take on this issue!

@birtony
Copy link
Contributor Author

birtony commented Oct 31, 2019

Great! 👍

@Immutablevoid
Copy link
Contributor

Immutablevoid commented Nov 4, 2019

Hi, I would like to aid in this issue. JUST TO BE CLEAR, I want to help @c3ho not take the issue. This issue can be branched out to many smaller issues, I just want to get something started for people to look at.


I did some research on how to convert XML to JSON since feeds are made up of XML.
Here are some packages I found:
-rss-parser
-rss-to-json

I found the package rss-parser doesn't show all the contents of the blog (Link to my blog for more information: https://wordpress.com/block-editor/post/paulopensourceblog.wordpress.com/1137), but rss-to-json works fine.

I will create a commit and pull request, NOT IN HOPE THAT IT WILL GET MERGE but to provide possible solutions for @c3ho or anyone else who wants to see the implementation.

Commit: 9fb7b34
Pull Request: #30

See pull request for more information about implementation (Packages, libraries, etc).

@Reza-Rajabi Reza-Rajabi added this to Issue in Main Nov 6, 2019
@Reza-Rajabi Reza-Rajabi moved this from Issue to In progress/Review in Main Nov 8, 2019
c3ho added a commit to c3ho/telescope that referenced this issue Nov 8, 2019
c3ho added a commit to c3ho/telescope that referenced this issue Nov 8, 2019
c3ho added a commit to c3ho/telescope that referenced this issue Nov 8, 2019
c3ho added a commit to c3ho/telescope that referenced this issue Nov 9, 2019
c3ho added a commit to c3ho/telescope that referenced this issue Nov 9, 2019
c3ho added a commit to c3ho/telescope that referenced this issue Nov 9, 2019
c3ho added a commit to c3ho/telescope that referenced this issue Nov 9, 2019
@humphd humphd closed this as completed in #37 Nov 9, 2019
Main automation moved this from In progress/Review to Closed Nov 9, 2019
humphd pushed a commit that referenced this issue Nov 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Main
Closed
Development

Successfully merging a pull request may close this issue.

4 participants