/pull-zendesk-forums

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

Primary LanguageRuby

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