-
Notifications
You must be signed in to change notification settings - Fork 58
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
[WIP] Add support for tulu.la event aggregator #64
base: master
Are you sure you want to change the base?
Conversation
@m0sth8 Thanks for the PR! The updation and consumption of
At the same time, I think we should add a list of all sources at the top of the README for attribution. Can you give me push access to this branch on your fork? I will make the required changes after setting up that flow, update this PR and merge it. Thanks for building http://tulu.la! |
Oh, I see! Unfortunately, we don't want data from Tulu.la to be decoupled from the service itself and stored outside because of many reasons, including rights on content, that we can't guarantee to allow permission for third party (Tulu.la is partly user generated content and partly curated content) What we can do is to make and support a fork for those who wants to sync with both Thank you for your project. |
@m0sth8 I see, but with the current crawler implementation, the data will be stored outside of tulu.la in a user's system. I also went through the tulu.la terms of service which states that "You may crawl the forum and site to index it for a publicly available search engine, if you run one." - https://tulu.la/policy/terms/ If possible, would love to add a tulu.la crawler to conrad. It'll run once/twice a week. More details here: https://conference-radar.readthedocs.io/en/latest/dev/adding-crawlers.html And if not, I could prioritize #3, which would be kinda like a Would love to know your thoughts on this. :) |
Hi @vinayak-mehta, It's fine to store data in user's system like a cache in browser. We don't want to store data in third party systems, e.g events.json on github. I'm not sure that I understand #3 . How is it going to work? |
Similar to this, but a different interface than |
@vinayak-mehta sounds good! At least github says: |
Oh, I'll check it out. |
I added
--source
argument to refresh command that allows user to choose between different sources.conrad refresh --source=tulula
imports 770 new events from tulu.la.fix #28