Skip to content

This will pull zendesk forums to your local computer so you can upload to a github repro

Notifications You must be signed in to change notification settings

skipjac/pull-zendesk-forums

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

This code will pull your forum body, inline images, and attachments to your local computer. It requires the following gems in order to work

require 'rubygems'

require 'httparty'

require 'FileUtils'

require 'nokogiri'

require 'crack'

require 'uri'

Just set the the following in the code. user email and password local directory Your Zendesk URL

In order to get nokogiri to work on the mac you need to have GCC installed.

To run the script at the command line $ruby pull-zendesk-forum.rb

About

This will pull zendesk forums to your local computer so you can upload to a github repro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages