Skip to content

This project is a study used to implement a system who reads a csv and insert data on Contentful using Contentful Python SDK .

Notifications You must be signed in to change notification settings

thaismartins/contentful-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contentful Management

This project is a POC that uses Contentful as a content manager and aims to create a bulk data upload system.

Requirements

  • Python (recommended version 3.9)

How to start

  • To run this project you need to create a account on Contentful
  • Generate a Contentful Management Token in Settings >> API Key >> Contentful Management Token
  • Export space_id, environment and token as env variable:
export CONTENTFUL_MANAGEMENT_TOKEN={your-token}
export CONTENTFUL_SPACE={your-space-id}
export CONTENTFUL_ENVIRONMENT={your-enviroment}

How to run

python3 index.py

About

This project is a study used to implement a system who reads a csv and insert data on Contentful using Contentful Python SDK .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages