Open raineorshine opened 4 years ago
@AniruddhaHumane Would love to hear your thoughts
I was going through the link to the internal API that you shared. Apparently each mem has a rating
. The rating depends upon the no of users who found a mem useful. Using this information, the easiest way is to export only that mem which has the highest rating.
The downside to this is that most rated mem may not help everyone. E.g., I sometimes find a mem that helps me remember an item after browsing its 2-3 mems first. I liked your foreign key idea in this case. There's are some keys in the JSON called thing_id
or learnable_id
. We try using one of these as a primary key and the mem id
as a foreign key.
I liked your foreign key idea in this case. There's are some keys in the JSON called
thing_id
orlearnable_id
. We try using one of these as a primary key and the memid
as a foreign key.
Yes, I think that should work.
I'm working on other projects at the moment, but I'm open to PR's if anybody wants to tackle this. It will require some additional UI or an option for the user to opt-in to this feature.
You are trying to export the mems. But is it possible to import the mems in memrize (when we create a new course)?
You are trying to export the mems. But is it possible to import the mems in memrize (when we create a new course)?
No, memrise-export
only supports exporting.
This issue is created to discuss how to export mems.
Hi! This is just a last minute attempt by me to get back mems, from a specific course. Have you managed to save them? Could you please let me know how I can download the mems from the course I was following?
@unhappymode Since Memrise does not have a public API, and the internal API that this extension used was removed two years ago, there's no easy way to download mems. It's probably possible to build a scraper to do it.
This issue is created to discuss how to export mems.
Since there are multiple mems per learning item, they will not fit into a single column in the CSV. How should they be exported? Separate CSV with a foreign key?
API
Mems can be accessed with the following internal API:
https://app.memrise.com/api/mem/get_many_for_thing/?learnable_id=697677578498&_=1599688784139
Result: