No more hassles on publishing it! 🥳
The steps are usually:
- Getting the speaker profile and image
- Generate the poster
- Make the write-up
- Post it in our Telegram, Facebook, Instagram
- Sending emails for further marketing channels
- *Share the post to specific Facebook groups
It will usually take up much time for each step: because I am lazy!
So... let's automate it!
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them.
Not yet written
A step by step series of examples that tell you how to get a development env running.
Not yet written
Finally there will be an example output :P
URL: /api/v1/speaker/
Method: POST
Content Type: multipart/form-data
body:
name=<speaker name>
position=<speaker desired display experiences>
avatar=<speaker profile picture>
{
"id": 4,
"name": "Rain Chai",
"position": "Head of Marketing",
"avatar": "http://localhost:8000/media/speakers/Rain_chai.png"
}
URL: /api/v1/event/
Method: POST
Content Type: application/json
body:
{
"episode": 3,
"datetime": "2021-02-01T09:22:43Z",
"topic": [
{
"speaker": 4,
"title": "hehehe",
"hook": "How I wish there's a way to manage Telegram chat automatically... 🤔",
"why": "huhuhu",
"what": "hohohoh"
}
]
}
{
"id": 9,
"episode": 3,
"datetime": "2021-02-01T09:22:43Z",
"poster": "/media/poster/event/3_DT74pxb.jpg",
"topic": [
{
"id": 9,
"speaker": {
"id": 4,
"name": "Rain Chai",
"position": "head of marketing",
"avatar": "/media/speakers/Group_99_iPRATzI.png"
},
"hook": "How I wish there's a way to manage Telegram chat automatically... 🤔",
"title": "hehehe",
"why": "huhuhu",
"what": "hohohoh",
"poster": "/media/poster/speaker/3-Rain_Chai.jpg"
}
]
}
- Generate poster with event and speaker details
- Automate social media posting
- Automate emailing to departments