Metadata-Version: 2.1
Name: crypto-doge
Version: 0.0.1
Summary: A discord bot that can get real-time cryptocurrency information
Project-URL: Homepage, https://github.com/Cole9712/crypto_doge
Project-URL: Issues, https://github.com/Cole9712/crypto_doge/issues
Author: Cole Wu, Ross Shen
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Crypto Doge <img src="./doge-deal-with-it.png" alt="doge" width="60"/>
### This is a discord bot that can get real-time cryptocurrency information

## Description

This is a project for StormHacks 2021 by Hao Wu & Ross Shen. 
This discord bot that allows users to interact and get real time cryptocurrency information with simple commands.

## Features

-   Provides basic information（name, logo, current price, price changes, etc） about cryptocurrencies
-   Provide detailed descriptions of cryptocurrencies
-   Visualize recent market price chart
-   More coming soon...

## Setting up

1. Install  [Discord](https://discord.com) first
2. Then use
   [this link](https://discord.com/api/oauth2/authorize?client_id=812810587167522826&permissions=257088&scope=bot)
   to invite crypto doge into your own channel
3. Done. EZ 😉

## Usage

**Use `-doge` prefix to any command with crypto doge**

-   Use Capitalized ticker symbol to access basic informations
    -   e.g. `-doge BTC`
-  Flip through the different pages by using the arrow emoji below the message
    -   Use ➡️ to go to left page
        -   The visual representation of recent trend if from the home page
    -   Use ⬅️ to go to right page
        -   Full detailed description of the cryptocurrency if from the home page
-   More coming soon...

## Deployments

[Google Cloud](https://cloud.google.com) with Compute Engine

## Reference API

-   [Discord Developer Portal](https://discord.com/developers/applications)
-   [Matplotlib: Visualization with Python](https://matplotlib.org/stable/index.html)
-   [Nomics Cryptocurrency & Bitcoin API](https://nomics.com)

## Reference Dependency 

| Dependency | Version |
| ---------- | ------- |
| discord.py | 1.6.0   |
| numpy      | 1.20.1  |
| sigfig     | 1.1.8   |
| requests   | 2.25.1  |
