Hello,
I'm looking for a solution to #upload podcast to my #wordpress blog using command line.
Is there any tool to do that (in #python or using #curl may be?), for the moment I think to insert value directly in the database using python. But I 'm looking for clearer solution.
please let me know, if you have any information.
@ObiWanKennedy
There is actually a great tool that exists called wp-cli. You can do this using the 'wp media import'. Have a look here:
https://developer.wordpress.org/cli/commands/media/import/
Happy deving :)