Skip to content
This repository was archived by the owner on Mar 2, 2023. It is now read-only.

Commit 1ab2a3f

Browse files
committed
added readme
1 parent e7b4bf1 commit 1ab2a3f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Mega Python CommandLine Tools
2+
3+
Copyright stefano.cudini@gmail.com 2013
4+
[labs.easyblog.it](http://labs.easyblog.it)
5+
6+
**Source:**
7+
https://github.com/stefanocudini/Mega-Python-CommandLine-Tools
8+
9+
**Requirements:**
10+
https://github.com/richardasaurus/mega.py
11+
12+
**Config**
13+
~/.megarc:
14+
```
15+
[default]
16+
email = my@email.com
17+
pass = mypass
18+
19+
```
20+
21+
**Security tip:**
22+
```
23+
$ chmod 0600 ~/.megarc
24+
```

0 commit comments

Comments
 (0)