I am not a smart man.
-
I am not a smart man. And I have never used Python in a professional capacity, or otherwise. I made a Python game once. That's it.
The Python code CoPilot suggested I use for my Mastodon spreadsheet was correct. But incomplete. Now that I read the docs I realize that CoPilot's code would have been much harsher on my fedi instance.
NOT saying my code is perfect. But the fact that even I can tell my noob Python code was better than CoPilot's is something.
-
G gustavinobevilacqua@mastodon.cisti.org shared this topic
-
I would have used MySQL, the sort of queries you need is a breeze with it.
-
@GustavinoBevilacqua The python code is for automatically securely connecting to a Mastodon server and getting the data in the first place.
I don't know of any way for a MySQL server to connect to a pre-existing Mastodon server to import data.