├── .gitignore ├── LICENSE ├── README.md ├── get_newest_markets.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nateGeorge/bittrex_tools/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nateGeorge/bittrex_tools/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nateGeorge/bittrex_tools/HEAD/README.md -------------------------------------------------------------------------------- /get_newest_markets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nateGeorge/bittrex_tools/HEAD/get_newest_markets.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pandas 2 | --------------------------------------------------------------------------------