Selection of various Python scripts/snippets I've used in my public and private projects alike all placed into this monorepo as a reference for future use.
- mysql - uses
pymysql
driver for mysql database operations- Snippets for connecting to a database and basic CRUD operations are available as modules
- mongodb - uses
pymongo
driver for communicating with a mongodb instance- finder and seeder scripts are available, finder showcases fetching data from the database, seeder showcases a case of seeding contents of a textfile into the database
- watson - snippets for IBM Watson Text-To-Speech engine using the IBM Cloud SDK
- api - snippets for interacting with APIs
- webscraping - snippets for webscraping with Selenium and Beautifulsoap
- fb-chatbot - snippets for settings up a chatbot for Facebook's Messenger platform