Skip to content

Commit da9efc8

Browse files
Updated readme
1 parent 1bf57e8 commit da9efc8

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

+25-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ I heavily sourced from two GitHub projects:
4040

4141
* [cambridge-cli](https://github.com/pasternak/cambridge-cli)
4242
* [bulk-audio-upload](https://github.com/DrewSSP/bulk-audio-upload)
43+
44+
Also, I was using these documents and toold:
45+
46+
* [BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/)
47+
* [requests](http://requests.readthedocs.io/en/master/user/quickstart/)
48+
* [Edit This Cookie!](https://chrome.google.com/webstore/detail/editthiscookie/)
49+
50+
And finally, my webpage:
51+
4352
* [http://jhartman.pl](http://jhartman.pl/2017/11/05/kindle-vocabulary-builder-into-memrise/)
4453

4554

@@ -108,7 +117,22 @@ Open `memrise.txt` in an editor (e.g. Notepad), select all, copy it and paste in
108117

109118
# Usage `uploadAudio.py`
110119

111-
1. Login to the memrise and export cookies (using Chrome
120+
```
121+
usage: uploadAudio.py [-h] [-dictionaryDB DICTIONARYDB] [-revision REVISION]
122+
[-course COURSE] [-debug]
123+
124+
optional arguments:
125+
-h, --help show this help message and exit
126+
-dictionaryDB DICTIONARYDB
127+
Memrise dictionary db filename (default: memrise.db)
128+
-revision REVISION Revision to output. Not specfied (default): last, 0 -
129+
all
130+
-course COURSE Memrise course ID
131+
-debug Enable debug
132+
```
133+
134+
1. Login to the memrise and export cookies (using Chrome [Edit This Cookie!](https://chrome.google.com/webstore/detail/editthiscookie/) extension)
135+
2. TBD
112136

113137

114138

0 commit comments

Comments
 (0)