Facebook Auto Poster (FAP) – Post to Multiple ... - GitHub
The best auto post group facebook github solution is currently the Selenium-based multi-account poster maintained by the p-kinney fork (find latest via Reddit r/learnpython). auto post group facebook github best
from selenium.webdriver.chrome.options import Options chrome_options = Options() chrome_options.add_argument("--headless") chrome_options.add_argument("--no-sandbox") driver = webdriver.Chrome(options=chrome_options) Facebook Auto Poster (FAP) – Post to Multiple
Update selectors. Facebook frequently changes class names. Use XPath: auto post group facebook github best
(by xdanielschulz)
(official, but limited for groups):
: Tools that allow you to set random intervals between posts are much less likely to trigger spam filters.
Facebook Auto Poster (FAP) – Post to Multiple ... - GitHub
The best auto post group facebook github solution is currently the Selenium-based multi-account poster maintained by the p-kinney fork (find latest via Reddit r/learnpython).
from selenium.webdriver.chrome.options import Options chrome_options = Options() chrome_options.add_argument("--headless") chrome_options.add_argument("--no-sandbox") driver = webdriver.Chrome(options=chrome_options)
Update selectors. Facebook frequently changes class names. Use XPath:
(by xdanielschulz)
(official, but limited for groups):
: Tools that allow you to set random intervals between posts are much less likely to trigger spam filters.