Path: blob/master/Buffer/Buffer_Create_draft.ipynb
2973 views
Kernel: Python 3
Buffer - Create draft
Tags: #buffer #draft #create #socialmedia #socialnetworks #socialmediaplatforms
Author: Florent Ravenel
Last update: 2023-10-05 (Created: 2023-10-05)
Description: This notebook creates a draft for a specific profile on Buffer.
References:
Input
Import libraries
In [ ]:
Setup variables
buffer_url
: This variable holds the URL of the specific Buffer profile where you want to create a new post. Example: "https://publish.buffer.com/profile/xxxxxxxxxxx/tab/queue"text
: This variable contains the text content that you want to post on the Buffer profile. You can modify this string to change the content of the post.cookie
: This variable is used to store the cookie information from your Buffer session.
In [ ]:
Model
Create draft
In [ ]:
Output
Display result
In [ ]: