Recent content by cole9595

  1. cole9595

    Python Project Suggestions

    That was the first way I tried because the API would be the safest approach. Facebook made changes to the API this year and I don’t believe this method works anymore. I found a workaround that works and should keep me protected from Facebook detecting. I use web driver to post the content...
  2. cole9595

    A couple beginner tips, low cost/free money making methods for beginners

    That was an amazing read!!!! I’ve been on/off doing online marketing for many years but just recently got a bug to get back into programming (to program raspberry pi with my son). I figured the best way to learn is to dive right in to making bots and maybe earn a couple dollars to buy more...
  3. cole9595

    Python Project Suggestions

    lol, I've been trying just about every ID, class name, text, etc that I could find. I've spent 4+ hours with no luck. I think I'm going to take a different approach. I'm going to use a 3rd party site (like h@@tsuite) to handle the posting to the page and I'll just use python/selenium to post...
  4. cole9595

    Python Project Suggestions

    Thanks, I've tried it before and receive the error "Message: no such element: Unable to locate element: {"method":"xpath","selector":"//div[contains(@Class, '_1mf _1mj')]"}" I'm trying to get the text box that would let me type in text to be able to post to my page. It seems facebook has code...
  5. cole9595

    Python Project Suggestions

    Excellent suggestion. I just loaded the page on Microsoft Edge which is something I haven't touched in years (just to ensure no cache). It appears that the class names remain the same when reloaded.
  6. cole9595

    Python Project Suggestions

    Sure, I'm trying to post to my own facebook page. So I'm trying to access the message box. Here's the code. Let me know if you figure something out. I appreciate your time!
  7. cole9595

    Python Project Suggestions

    Yeah, I've downloaded 3-4 different chrome extensions and did find one that allows me to select the box and gives me the relative xpath but python is still unable to locate it. I suspect it has to do with the way the page is created (or just my lack of understanding of xpath/webdriver, LOL). I...
  8. cole9595

    Python Project Suggestions

    I'm just learning python and have hit a roadblock I can't seem to get past. If you have a free minute would you be able to PM me (or post here if against the rules) and help me? I just need helping figuring out the right xpath/css selector to use for webdriver to select a specific field. The...
  9. cole9595

    Posting to Own Facebook Page with Python

    Good day, I have a little background in other programming and decided to learn python. I figure the best way is to just jump ight in and build a script that does something I want. Anyways, I have the script scrapping data from a source I want to post onto one of my facebook pages. Rather...
Back
Top