Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 438 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 438 Bytes

I3 export to google drive

This module, export a files and share it with an email address.

input JSON example

{ 
    "local_filename": "test.txt",
    "target_filename": "test.txt",
    "folder_name": "test_folder_1",
    "email": "[email protected]"
}

output TXT


Usage example

python keyword_identification.py test.json > test.txts

License

MIT