adding mysql support (#136)
* test commit * version 1.1.3.4 added mysql support * Revert "(#126)" This reverts commit ecafc09e784a097a358f78aa97398480ac30afb4. * remove everything * remove things * delete all * mysql init to review * renaming files * some new addings * remove unnecesary files * twint.py * adding files * apdate text * update file * update * delete all * adding again all * updating * Update Twint.py * Update Twint.py * fix mysqlcheck * fix db.py create tabñle and sqlite3 schema * placing the sqlite3 schema properly * fix db.py char left * Create .travis.yml * Create .gitignore * Delete test_mysql_v1.py
Showing
db-schema/twint_db_mysql.sql
0 → 100644
db-schema/twint_db_sqlite3
0 → 100644
File added
| ... | ... | @@ -6,3 +6,4 @@ elasticsearch |
| pysocks | ||
| pandas | ||
| tables | ||
| mysqlclient |
twint/dbmysql.py
0 → 100644
Please register or sign in to comment