Skip to content

MelissaData/FONEData-Downloader

Repository files navigation

Melissa - FONE*Data Downloader

This is the script that downloads FONE*Data files for you to use.

For the latest FONE*Data release notes, please visit:

Tested Environments

  • Windows 64-bit .NET Runtimes 7.0, Powershell 5.1
  • Ubuntu Linux 20.04.04 LTS 64-bit .NET 7.0
  • FONE*Data for 2024-Q2

Getting started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Download this project

$ git clone https://github.com/MelissaData/FONEData-Downloader
$ cd FONEData-Downloader

Set up Melissa Updater

Melissa Updater is a CLI application allowing the user to update their Melissa applications/data.

Windows

Set up Powershell settings

If running Powershell for the first time, you will need to run this command in the Powershell console: Set-ExecutionPolicy RemoteSigned. The console will then prompt you with the following warning shown in the image below.

  • Enter 'A'.
    • If successful, the console will not output any messages. (You may need to run Powershell as administrator to enforce this setting).

alt text

Set License

You will need to set your license before running the FONEData_Downloader.ps1. You can check the powershell script for '$license = "your_license"' and change the variable value to your license string.

# License string
$license            = "your_license"

Run Powershell Script

Once you have finished all the set up, let's run the script:

$ .\FONEData_Downloader.ps1

Linux

Set License

You will need to set your license before running the FONEData_Downloader.sh. You can check the bash script for 'license="your_license"' and change the variable value to your license string.

# License string
license="your_license"

Run Bash Script

Once you have finished all the set up, let's run the script:

$ ./FONEData_Downloader.sh

Contact Us

For free technical support, please call us at 800-MELISSA ext. 4 (800-635-4772 ext. 4) or email us at tech@melissa.com.

To purchase this product, contact the Melissa sales department at 800-MELISSA ext. 3 (800-635-4772 ext. 3).

About

This is the script that downloads Melissa FONE*Data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published