add Googletranslation (#574)
* add py-translate, update sqlite3 insertion with translations * add cli argument for translate feature * add translation to json * fix output formatting * add language detection * add translation source and destination * extend timeout to 120 * fix tweet and write_meta * update elasticsearch, tweet exception * add new arg for destination language for translations * fix indent * fix types for elasticsearch * fix try/expection for translate func * ignore mysql.py from commits * fix error * fix attr names, update panda * Upgrade to v2.1.8
Showing
| ... | @@ -8,4 +8,5 @@ pandas>=0.23.0 | ... | @@ -8,4 +8,5 @@ pandas>=0.23.0 |
| aiohttp_socks | aiohttp_socks | ||
| schedule | schedule | ||
| geopy | geopy | ||
| fake-useragent | fake-useragent | ||
| \ No newline at end of file | googletrans | ||
| \ No newline at end of file |
Please register or sign in to comment