Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Automating Facebook Posts
#1
Hello people
I'm trying with selenium to post automatically in classified groups on facebook
I can log in, join the group, capture or sell something, choose the type of classified

Now, at the time of adding images, I try with xpatch and it doesn't work

And I'm thinking about how I'm going to do it after I'm able to access the add photos, access a folder inside my computer, get all the images and click ok to go to facebook

Does anyone know how to do this in selenium?
Or maybe some other solution that allows me to do all this?

Thanks for listening
Reply
#2
There's a post with insight on this subject:
https://python-forum.io/thread-3546.html...g+facebook
Reply
#3
Automating file uploads using Selenium can be achieved by simulating the file input element's behavior. To upload images to Facebook using Selenium, you can follow these steps:

1.> Locate the File Input Element: Find the file input element on the webpage where you want to upload the images. Typically, the file input element will have the type attribute set to "file."

2.> Send the File Path: Use Selenium to send the file path of the images you want to upload to the file input element.

3.> Submit the Form: In some cases, after sending the file path, you might need to submit the form or click a specific button to initiate the image upload process.
Larz60+ likes this post
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Automating Captcha form submission with Mechanize Dexty 2 3,316 Aug-03-2021, 01:02 PM
Last Post: Dexty
  Web scrapping login facebook credentials kosmas9 0 1,956 Aug-17-2020, 01:33 PM
Last Post: kosmas9
  How to click facebook message button JanelleGuthrie 2 2,421 May-14-2020, 06:02 PM
Last Post: Larz60+
  Application like simpler facebook wall in python framework seidman 1 3,323 Mar-11-2018, 05:07 PM
Last Post: wavic
  Need help with Django 2.0 + Facebook SDK avtrrr 4 4,592 Jan-31-2018, 08:36 AM
Last Post: Larz60+
  facebook friends crawler edithegodfather 12 21,080 Jan-15-2018, 07:07 AM
Last Post: qnkhuat
  I need request POST for Facebook in My Profile Kalet 4 4,343 Sep-27-2017, 05:53 PM
Last Post: Kalet
  Facebook AutoPost badpandahere 6 4,963 Sep-12-2017, 11:20 AM
Last Post: badpandahere
  facebook scraping metulburr 3 8,331 Jun-02-2017, 01:00 AM
Last Post: metulburr
  Scrape Facebook page user posts text stockholm 6 8,401 May-08-2017, 12:24 PM
Last Post: Joseph_f2

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020