Synchronization flow between a webpage (used to collect links, hosted on github pages) to Salesforce.
- Github for version control
- Github pages as webpage (duh)
- Heroku as script hosting (python script)
- Salesforce as CRM
- Salesforce sites as website (double duh)
- Every 24 hours a python script hosted on heroku (scheduled through Herouku scheduler) send a GET REST API request to my github page
- Through the beautifulsoup library and some regexs the page is parsed
- A JSON is prepared and sent to Salesforce standard APIs URL
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.