A simple flask based app which helps in posting to FB pages automatically. It can be used to post directly to FB pages without any use of middle man.
- Create a FB confession page.
- Create a google forms too.
- Share the link of google form where people will confess.
- Now admin will copy and paste the messages from google forms too facebook pages.
This is very wrong approach. For this, admin has to do work. Interference is there. We need a approach which is fully secure and doesn't require any manual effort.
- Create a FB confession page.
- Using FB SDK API, connect it to this single paged flask web app and share this link to everyone.
- Now everything will be automated. As soon as someone write something on this webapp, it will be directly posted to the FB confession page.
Use this link to post anonymously : - http://autofbconfess.amanroy.me
Use this link to see your posts : - https://www.facebook.com/Auto-FB-Confess-1029647553839937/
For deploying locally - See this
For deploying on Heroku - See this
All contributions and suggestions are welcome!
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request