AdamSturge / FlailingCanary

0 stars 0 forks source link

Python writing to mySQL #3

Open JonnyLomond opened 9 years ago

JonnyLomond commented 9 years ago

Need code to write tweepy output in to a mySQL database

JonnyLomond commented 9 years ago

I have a very rudimentary setup now working. Currently the issues are that it will only store text, and will only store data from one tweet at a time. These are issues I know how to fix, I had to make my script simpler and simpler while I was tracking what turned out to be a MySQL syntax error.