Using Automator for Social Media

Hi,
I would like to use Automator to schedule social media posts (links/articles) on a daily basis on 4 different platforms. Is this possible?
If you have tried or are using this method, or would like to please get back to me.
Would be a great way to avoid external software permissions and do it all privately and all for FREE.
With reports and metrics. This may require some Apple Script. I am trying to do what Hootsuite does.
I can probably execute 50%, but would need an Apple developer's expertise to seal it all.
Thank you for your time and effort.
Kind regards,
Brigitte.

you don't need automator for this. go to finder preferences->general and check the box to show connected servers on the desktop. then just connect to the remote computers and then drag the mounted volumes from the desktop to your login items in system preferences->accounts->login items. then when you log in the remote computers will be automatically mounted. you can also use a cloud storage solution like Mobileme or DropBox and store the password database file in a central online location.

Similar Messages

  • Using Automator for scheduled tasks for my media folder.

    Anyone with automator experience that are able to help me set up a scheduled task for my media folder, using for example iCal?
    I have 2 programs for cleaning and adding metadata for my media folder:
    iFlicks and iDentify.
    And I want them to scheduled clean new files in my folder. iFlicks first, and iDentify next.
    Complicated? Doable?

    If you are not too keen on running those commands you might want to try http://www.igetter.net/iGetter.html This download manager seems to allow the scheduled downloading that you need. I think you would have to go to the Apple site and find the url for the standalone updaters to find the link after Software Update identifies them. Then use this program to schedule the downloads. Sometimes those seem more stable anyway.
    The program us shareware. It appears from the description that the program remains fully functional but puts up a nag screen if the program has not been registered.

  • Using Automator for software updates

    Hi all. I apologize in advance if this has been asked and answered numerous times; I did several searches using different terms and did not find my answer.
    Can I use Automator to do all my software updates completely automatically? Including doing the restarts? I know this is a very basic question for most all of you; I can use my computer but really don't know a lot about using it to the max. I would like to be able to have all the software updates done during the night, while the computer is unattended.
    Thanks.

    If you are not too keen on running those commands you might want to try http://www.igetter.net/iGetter.html This download manager seems to allow the scheduled downloading that you need. I think you would have to go to the Apple site and find the url for the standalone updaters to find the link after Software Update identifies them. Then use this program to schedule the downloads. Sometimes those seem more stable anyway.
    The program us shareware. It appears from the description that the program remains fully functional but puts up a nag screen if the program has not been registered.

  • Using Automator for Aperture Export?

    Hi everyone,
    I'd like to use Automator to export different versions of photos from aperture 3.5 (different exposure -2, -1, 0, +1, +2)
    I've seen in automator the different action : "export photo" "change exposure to -x" but I have absolutely no idea of how make it works in Aperture...
    If anyone can help me, it would be amazing!
    Thanks in advance,
    Julien

    mm strange, I'm running 10.9.2 also and I don't get that message. Ok try this one
    I remove the reference actions (both the set and get) and replaced it with a second Get selected images. Note I have the new Get Selected Images action ignoring its input.
    If you add more for more adjustments make sure you have all those set to ignore input also.
    Also you might be able to remove the Reset all Adjustments action and use the Replace existing adjustments checkbox in the Apply action. Seems right but I didn't try it.

  • Using Automator for File Sharing, including 1Password Question

    I'm using 1Password (http://agilewebsolutions.com/products/1Password) on three computers at my shop and instead of using three separate library files I just want one main file/directory/database that all three computers can use, share and update.
    So far I've accomplished this by using File Sharing.
    It's working fine though when I shut off all three computers and restart I have to reconnect all computers (selecting a 'SHARED' computer on the left of an open window menu and clicking on 'Connect As...' on the top right) to reestablish the linked file.
    Is there anyway I can set up a macro using Automator to do this when I turn on my computers?

    you don't need automator for this. go to finder preferences->general and check the box to show connected servers on the desktop. then just connect to the remote computers and then drag the mounted volumes from the desktop to your login items in system preferences->accounts->login items. then when you log in the remote computers will be automatically mounted. you can also use a cloud storage solution like Mobileme or DropBox and store the password database file in a central online location.

  • IPad using 3G for streaming media

    Need advice as to whether you can regularly watch full-length feature films on streaming media such as AppleTV or Netflix using the 3G (no access to Wifi from home). I have subscribed to AT&Ts 250mg plan but have a feeling that even if I upgrade to the 2gig plan I would not be able to watch more than a movie or two all month without incurring surcharges. Really then- should streaming media only be viewed from iPad when connected via wifi? Please advise.

    1 movie will blow thru your 250 meg plan.  2 gigs will get you more, but not near enough for 'regular use'.   But my best advise is to understand that streaming video is really an activity you need wifi for.  I dont know where you live, but where i live at&t cannot provode a fast enough connection to make streaming anything more than frustrating.  3 g is usually ok for radio, but you will likely not be satified with video over 3 g.   Just my opinion.

  • Using Automator for photography file needs

    I've been looking on here but can't find a way to do what I need done exactly.
    I shoot in both raw and jpeg and I want to be able to run one action on a folder to do the following.
    Arrange the files in a folder by name and in ascending order.
    Create 2 folders in the input folder. 1 called RAW and copy all the raw files (.nef) to that folder and the other called JPEG and copy all the jpeg files to that folder.
    Rename the files fro _dsc4356.jpg to macshoot0001.jpg and in the raw folder rename all the files as well.
    Is this possible using the automator?
    Thanks.

    Hi,
    In Automator :
    add action "*Run Shell Script*"
    Select "/bin/bash" in Shell popup menu
    Select "*as arguments*" in pass input: popup menu
    Paste this text in the action.
    baseName="macshoot"
    padding=0000 ## 3 zero pad
    for f in "$@"; do
    if [ -d "$f" ]; then ## is a directory
    i=0
    cd "$f"; /bin/mkdir -p "$f"/{RAW,JPEG}
    for aJPG in "$f/"*.jpg ; do
    if [ -f "$aJPG" ]; then
    ((i++)); index=${padding:${#i}}$i;
    /bin/mv "$aJPG" "JPEG/$baseName$index.jpg"
    fi
    done
    i=0
    for aNEF in "$f/"*.nef ; do
    if [ -f "$aNEF" ]; then
    ((i++)); index=${padding:${#i}}$i;
    /bin/mv "$aNEF" "RAW/$baseName$index.nef"
    fi
    done
    fi
    done
    That's all.
    This shell proceed folder(s) only, if the input is file(s), it do nothing
    Message was edited by: Jacques Rioux

  • Using Automator for to do reminders?

    Hello,
    I need to create an automator flow for ical that will, when I enter a date, create a series of to do tasks and alarms for those tasks over set periods.
    Example. I need to set deadline dates from Monday 5/16/11; need the workflow to take that date, go to to ical and enter a) to do items with b) alarms 7, 15, and 30 days from 5/16/11. The start date will always change, but the schedule for tasks completion (7,15, 30 days) will not. If I can name the deadlines that would be good too.
    Any help appreciated, thanks!

    You'd want the *do shell script* command in AppleScript for this
    http://developer.apple.com/technotes/tn2002/tn2065.html
    however you're not going to be able to use it as you would tools such as Expect which allow you to wait and provide additional input on stdin. If all you're doing is updating an IP address why not simplify the entire mess with BIND's dynamic updates?

  • IWeb for Social Media...

    Hi folks,
    even if iWeb is dad for apple, I love it and I already made nice things with it.... my last was www.artincontext.de
    Question:
    Does anybody knows, how to insert a Facebook button ("I like") in a iWeb Side???
    or... how to create a Blog application for iWeb???
    Thanks!!!!!!!!!!!!!
    Luis

    Go to facebook and fill in the form at Step 1. Then click get code.
    Choose HTML5 and paste the  2 sets of code (1 and 2) one after the other in the SAME HTML snippet.
    http://home.wyodor.net/demoos/facebook/
    (Right-click the boxed area and choose "Show source".)
    I enclosed the facebook code with a div to make it fit :
    <div style="width: 558px; height: 278px; border: 1px dotted red;">  facebook code </div>
    You can also resize the HTML snippet box manually.

  • Using social media share codes with custom buttons

    Is there a way to use custom buttons/icons for social media share, like, etc..? I have tried inserting the html with no luck. The canned social widgets don't really match the look of the site I am designing.

    Facebook doesn't allow changing that. Refer to their Guidelines with Do's and Don'ts here - https://www.facebookbrand.com/guidelines?asset=5&media=1,2,3&platform=
    Thanks,
    Vinayak

  • Button Scripts for Sharing on Social Media

    I need sharing scripts for social media buttons (Google+, LinkedIn, Twitter, FaceBook). For example, hovering over a button produces a tool tip ‘Share this site on Google+’ and clicking the button pops up a login window, or similar.
    Anyone has good and simple scripts?

    I found button scripts right here in the Adobe Developer Connection Cookbooks http://cookbooks.adobe.com/post_Simple_social_networking_share_buttons-19482.html
    However, there is a bug: Google Chrome displays a LinkedIn pop up with an editable field. I tried to report the bug in a comment to the article, but I got a 'server communication error' message.
    Anyone knows how to report the bug, or fix the bug?

  • Social media...

    hello,
    I was just wondering if it is possible to use this product as
    a "start up" for a social networking site? 2nd can you edit the
    source code of flash media server? And when i mean can you use it
    for social networking development i mean , low quality video, using
    only certain features.
    P.S. ---> i was talkign about the more expensive flash
    media server, ($4500 not $900) <----------
    Thanks for you time and patience

    I already know that, but thank you anyway.
    However, for my understanding, as an alternative, SAP begins positioning Tracx and Adobe Social as their social analytics and publishing solutions, so my question still remains, how can i use this feature?
    Regards,
    Dror.

  • How to save links inside an email using Automator?

    I interchange all sorts of different data through email with friends of mine. They send me a link to the file on their sites. Is there any way of using Automator (and/or) AppleScript to:
    - Filter incoming messages based on sender/subject
    - Readout the link
    - access the link in Safari (which forces the download)
    I have to admit though, so far I was not very lucky being able to use Automator for anything. Everytime I had an idea, it turned out that specific funcionality was not available as Automator function.
    Any help appreciated!

    Nobody knows...

  • Iweb page with social media links - HOW??

    I saw a page with a .me address so i think it is a IWB page that was only one page. A picture background and icons on the left for social media sites. When you click on the the information would show up on the right side of the page. How is that done in Iweb??

    Web.me.com is not the .me TLD. It's the .com TLD.
    http://en.wikipedia.org/wiki/.me
    And web.me.com does not automatically means iWeb.
    Look at the source.. Do you see :
    <meta name="Generator" content="iWeb 3.0.2" />

  • Add Social Media or "Share" buttons to my blog

    I would like to add share buttons (facebook, twtiter) to my blog, right under the title and date of each article. Where can I add this? Is there a tuturial available for this?

    I use AddThis for social sharing on blog post. I insert their code in Layouts > Blog > Post. It depends on your code as to where you insert the code to show below the title.

Maybe you are looking for

  • RAM issues - printtool is out of hand

    I've been noticing issues with my memory. Activity monitor shows the 'printtool' process to be taking up a huge chunk of RAM. Right now it's at 800+ MB, for no good reason. (I'm not printing anything.) The process takes up more and more RAM until I k

  • Can Automator change my screen resolution?

    I kinda ** with scripts, but I've used Automator for some easy tasks earlier. I'm not sure if it's even possible to make this but hope somebody around here can help me =) So i use my iPod Touch a lot to check on my computer using VNC (Screen sharing)

  • Job code search remove in PPOME

    I have reach help in JOB in PPOME translation I want remove particular job code from the search help how to remove thanks

  • Job notification

    We have Enterprise Manager Database (not Grid) Control. I would like to implement job notification. Is there a way to do this? Specifically, I have a job that generates a log file. When the job terminates I would like to have the log file emailed to

  • Won't  sync without making a playlist!

    So I used to have an iPod 20GB, white last July, whatever. It got stolen. So I finally bought a nice iPod Nano 4GB today, and I am having serious problems with it. I have more songs than I have space on the nano for, so I went into iPod options and c