• Stars
    star
    2
  • Language
    Go
  • License
    MIT License
  • Created over 5 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A RESTful API Boilerplate written in Go that connects to MongoDB

More Repositories

1

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.
Python
909
star
2

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.
Python
8
star
3

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.
Python
5
star
4

go-rest-api-boilerplate

Go
4
star
5

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.
Python
3
star
6

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.
Python
3
star
7

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!
Python
3
star
8

tradebots

Coming Soon
Python
2
star
9

fetch

A Pre-made Golang Module For Async REST Calls
Go
2
star
10

kml_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.
Python
2
star
11

go-containers

Go
1
star
12

go-grpc-server-boilerplate

Go
1
star
13

twitter_analytics

Repository filled with various python scripts used to analyze twitter data
Python
1
star
14

arduino_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.
C++
1
star