amoraitis / TodoList

Simple todo-list app built with asp.net core mvc
MIT License
157 stars 126 forks source link

Import from another service #22

Open amoraitis opened 5 years ago

amoraitis commented 5 years ago

Is your feature request related to a problem? Please describe. It would be nice for an app like this to import content from popular apps like Wunderlist(Microsoft will abandon Wunderlist)

Describe the solution you'd like Use the service's API to get content

Solution steps

Additional context

Wunderlist is shutting down.

https://developer.wunderlist.com/documentation https://developer.wunderlist.com/documentation/concepts/authorization

ssimontis commented 4 years ago

I'd be down to work on this. The services I can import from will all depend on the terms of use and if certain services provide export functionality...if screen scraping is the only way to export the data, it might be a ToS violation, so I would need to do some research and come back with a list of services we can import from.

We can do ORG files for sure :)