项目作者: yolticmtzz

项目描述 :
automate posting to facebook groups with images
高级语言: Python
项目地址: git://github.com/yolticmtzz/fbautopost.git
创建时间: 2021-03-18T22:05:41Z
项目社区:https://github.com/yolticmtzz/fbautopost

开源协议:

下载


Fb auto post

fbautopost is a Python file for automatize post in the facebook groups.

Configuration

Use the variable account to put email of the facebook.

Use the variable passwordCredential to put password of the facebook.

Use the variable groupPotList to indicate the groups to post

Use the variable imageFolderPath to select file directory where is the images that upload to post

Use the variable nameImagesToPost to select images to upload in the folder

You need recent version of seleniumDriver

Configuration

  1. account = "*****"
  2. passwordCredential = "*****"
  3. descripcionPost = "SAMPLE"\
  4. " SAMPLE LINE "\
  5. " SAMPLE LINE "\
  6. " SAMPLE LINE "
  7. titlePost ="SAMPLE TITLE"
  8. pricePost ="250"
  9. groupPostList = [
  10. "urlgroupPost",
  11. ]
  12. imageFolderPath = 'C:/Users/images'
  13. nameImagesToPost = '"2.png" "1.png"'

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT