Skip to content

prodesert22/cryptobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptobot

Discord bot that shows coin charts, coin prices, converts coin pairs and much more

Example

Install and Run

Create a discord bot application (Optional)

Create a discord bot here, once created, copy the token by clicking on the client secret tab, as shown in the image below.

Copy token

Clone repository

    git clone https://github.com/prodesert22/cryptobot.git
    cd cryptobot

Create python env (Optional)

python -m venv env

Activate env

source env/bin/activate

Install depencies

pip install -r requirements.txt

Run

copy and paste config_example.ini to config.ini and paste your token in

config_example.ini

[Token]
token=

And run

python bot.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages