BennettDixon / sql_to_contact_list

Python code for generating contact list JSON files from sql servers, specifically Azure SQL cloud based servers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐚 Azure SQL Email / Phone List Builder - The console 🐚

In this project I will be creating some python scripts to connect to azure sql databases and gather information from tables about users to pull down and build json based email/phone emails.

πŸƒ Getting Started

⚠️ Prerequisites

  • Must have git installed

  • Must have repository cloned

  • Must have python installed

  • Must have pyodbc installed

  • For Mac Must have unixodbc installed

$ sudo apt-get install git
$ sudo apt-get install python3-pep8
$ sudo pip3 install pyodbc
$ brew install unixodbc

πŸ“˜ Authors

πŸ” License

This project is licensed under the MIT License - see the LICENSE.md file for details

πŸ“£ Acknowledgments

  • Holberton School (providing guidance)

About

Python code for generating contact list JSON files from sql servers, specifically Azure SQL cloud based servers.


Languages

Language:Python 95.5%Language:Shell 4.5%