HELP Wordpress Automation

SombreK

Newbie
Joined
Jul 27, 2016
Messages
27
Reaction score
4
Hello , i've wanted to create a script to automate wordpress posts and i'm confused i know a little bit of Javascript , Html and CSS but that's it .
 
You can use auto bot for wp its plugin which can automate your whole site. Or you want to create own plugin and then sell it ?
 
i don't wanna sell it im new to coding and trying to learn how to make things myself currently trying to learn nodeJS
 
how did you want to automate your wordpress post?
did you want to scrape and post content automatically?
WP Robot could be your solution
 
i want to create 10 streaming websites each with a 250 posts (unique description an image and an embedded video) , already made the first one and doing it manually is taking 2 days .
what do i wanna know is what Language should i learn to be able to do that .
 
i want to create 10 streaming websites each with a 250 posts (unique description an image and an embedded video) , already made the first one and doing it manually is taking 2 days .
what do i wanna know is what Language should i learn to be able to do that .

Simple - You can use any language, which you find most comfortable to you. For example, you can use simple PHP or maybe Python and set the script run on the server automatically. Then there is no need to have your computer On all the time, though you will need some kind of server or hosting. It should be no problem to you since you are already hosting your WP website.

Have you developed anything before? Do you know the basics of programming? If not I think malayguru's suggestion makes the most sense as that scripts is easy to use. Another alternative - decent plugin called "Scrapes".
 
PHP of course.

I suggest you to find AWT script (Adult Wordpress Theme), you can find it nulled. It provides automating process of embedding, scheduling and posting videos. From there you can learn and see many stuff in code of theme files.
 
i have no python nor PHP skills but i guess i'll have to learn PHP next thanks
 
Will you copy videos from youtube or similar sites ?
 
i think i'm gonna start learning PHP to do so and i don't copy them from youtube it's just like any other movie streaming website but a really specific sub niche .
 
Listen to styx his tool ARGO content is best for Wordpress automation trust me! It can do many things other software can not.
 
I suggest you a FanMarketer (dot com) because that is all-in-one solution for content pulling (from rss and youtube), posting on wp, posting on facebook and finally traffic grabbing also from facebook. If you like it you don't need to buy it because you can find the whole funnel probably on this or some another one bh forum. Cheers :-)
 
You can use my script.
The solution for adding a post to WordPress using PHP

_https://github.com/sergeivl/wp-php-add-post
 
Back
Top