There are no reviews yet. Be the first to send feedback to the community and the maintainers!
yahoofinancials
A powerful financial data module used for pulling data from Yahoo Finance. This module can pull fundamental and technical data for stocks, indexes, currencies, cryptos, ETFs, Mutual Funds, U.S. Treasuries, and commodity futures.yahoo_finance_stock_scraper
A python script that scrapes the financial statement data of a list of stocks and stores the data to a JSON file. The script uses Selenium with PhantomJS and BeautifulSoup4 to achieve this.emoji_unicode_json_mapping
This repository contains a Python script that webscrapes all of the emojis listed on 'http://www.unicode.org/emoji/charts/full-emoji-list.html'. It then stores the emoji data in several different JSON files representing major categories with each JSON file being broken up into smaller sub-catagories. The emoji data maps the emoji's name, unicode string, and javascript escape string together for easy use.go-rest-api-boilerplate
excel_to_json_csv_converter
A python script that transforms an excel workbook and all of that workbook's worksheets into either a json file or an organized directory of csv files.sample_pen_testing_toolkit
A collection of useful pen testing scripts I wrote in Python. The kit includes a port scanner, an email dictionary attack, and a ssh dictionary attack. This code is strictly for educational/legitimate use only. To help discourage malicious misuse of my code some advanced functionality was left out deliberately. I am 100% against any illegal activities.pandas_sqlalchemy_technical_analysis
Scripted examples of Beta and RSI algorithms running against historical stock data from my yahoofinancials module. The resulting data frames are then pushed to a cloud based PostgreSQL Database. More algorithms are coming!fetch
A Pre-made Golang Module For Async REST Callsrestful_api_boilerplate
A RESTful API Boilerplate written in Go that connects to MongoDBkml_optimizer
A python script written to compress a KML file. The code is set up to reduce the size of a KML file, while minimizing the loss of polygon shape quality in the file. This is really helpful to people such as GIS and BI Analysts facing KML file size constraints with their mapping and analytic tools. The script comes with three compression settings to help handle the different circumstances that often come up.go-containers
go-grpc-server-boilerplate
twitter_analytics
Repository filled with various python scripts used to analyze twitter dataarduino_kinematics_stream
An Arduino Program that connects with an OSEPP Compass Module and a MPU-6050 Module to record, scale, and return acceleration, gyroscoptic, magnetic (compass), and temperature data. This code also calculates and returns the pitch, roll, yaw, and compass heading values. All data is retrieved from the sensors and returned every second.Love Open Source and this site? Check out how you can help us