I’m working on this project where I have to push data that should be generated automatically using GPTs or an ML model. Either way, I wish to have that data streamed/automated/scheduled (I’m not sure what the correct term is) and uploaded to my database which I want to host online. For example, let’s say that I have a list of tweets in a CSV format. I wish for the project to first generate tweets about certain topics, place them in the CSV file, and then later upload them to my MYSQL database (let’s say 100 tweets every 24 hours) automatically without me having to manually do it.
I am still new to all of this so I am very lost and overwhelmed with all the things I’m reading online. I would appreciate any help I can get to get started.
So far Im using HTML, CSS, JS, PHP and MySQL in my code.
Abdullah Shebani is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.