Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arthurdouillard/elix_anki_scrapper
Scrapper of Elix (French's Sign Language) for Anki
https://github.com/arthurdouillard/elix_anki_scrapper
anki anki-flashcards scraper
Last synced: 29 days ago
JSON representation
Scrapper of Elix (French's Sign Language) for Anki
- Host: GitHub
- URL: https://github.com/arthurdouillard/elix_anki_scrapper
- Owner: arthurdouillard
- Created: 2021-06-10T14:42:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T14:43:20.000Z (over 3 years ago)
- Last Synced: 2024-11-09T05:38:47.674Z (3 months ago)
- Topics: anki, anki-flashcards, scraper
- Language: Jupyter Notebook
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Elix scapper for french sign language for Anki cards.
Interactive notebooks for choosing each definition by hand, or batch notebooks to download all words of a list.
Here is an example of such Anki deck: https://ankiweb.net/shared/info/1368632736
Note that once you run the notebooks, the text content will be stored in a csv file. You need a Anki template to receive it, I recommend you use the one provided in my Anki deck (see link above).
The videos will be stored in another folder. You should optimize a bit the videos
You can use ffmpeg likewise:```bash
ffmpeg -i input.mp4 -vcodec libx264 -crf 40 output.mp4
```You can do a bash for loop to process all videos.
Then, once the csv is imported in Anki, you need to copy the video files into the media folder of your Anki. Warning! The videos names must have the name in the last column of the csv (format is `[sound:VIDEONAME]`).
If you scrap Elix, keep a time sleep between request, and try to do it outside peak hours (better to launch it during the night). You wouldn't want to break such a wonderful website.