![]() |
GFY Coders --> How difficult would it be?
To create a program that would pull a list of the latest 10-20 wordpress blog posts (title and date only) for every blog entered.
Basically I'd like to enter the user and pass of each blog I own. Open the program on my desktop, see a list of the blogs I entered, click one and see a list of the latest 10-20 published or scheduled posts for that blog. I am sick of logging into 30+ blogs just to see when they were last updated or when they are updated till. Help me! |
To see when they were last updated, you could use an RSS feed reader if all of your blogs publish rss feed.
|
Not that difficult.
Especially if the script that does this has mysql access to all the blogs. |
Quote:
|
yes but the rss feed only shows the published posts, I need to see the schelduled posts so I know what ones I need to update
ie...if i only have 2 scheduled posts ready i need to do more |
above mentioned methods all work. it would be very easy if those blogs shared the same db. if no rss feed, then brute force method would be to scrape. again, many ways to achieve this, and should not be particularly difficult.
|
Quote:
|
Here is probably the most simple, ghetto way of doing it.
Set up an HTML page with an iFrame for each blog. In each iFrame, print a list if the X most recent and Y scheduled updates for that blog. Probably just posted on date and subject. |
really quite easy - they're all wordpress, so exactly the same sql for each. Just one config file with mysql user/passes (if there isn't one master user/pass that can query all the db's), then there you go. A quick htpasswd protection for the script and Bob's your Uncle.
|
Doesn't sound very hard to me, it can be done.
|
Quote:
Exactly with mysql access I think I can code that in 4 hours. depending on demands to the GUI and usability. $100/hour. |
not hard at all, you would just parse each blog db for the title or whatever, you can check published, or in the queue.
|
heres a small snippet, just an example how its done, but you would need to build a db of sites that it would parse.
and of course change published to future PHP Code:
|
All times are GMT -7. The time now is 08:46 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123