I need to import some posts and their comments into my Telescope project. Is their a good way to do this?
It is really the same question like: Meteor JS - How to access posts programmatically in Telescope app
I need to import some posts and their comments into my Telescope project. Is their a good way to do this?
It is really the same question like: Meteor JS - How to access posts programmatically in Telescope app
If you want to import an RSS feed, you can use the post-by-feed
plugin:
https://github.com/xavcz/nova-post-by-feed
If you need to import from a JSON file or some other API, you'll have to write a script yourself. You can look at the getting-started
package to see how to insert posts and comments on the server.