Skip to content

AI Analysis based on last news about bitcoin and gives advice should buy or not

License

Notifications You must be signed in to change notification settings

ogbozoyan/Bitcoin-Analyst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bitcoin-Analyst

Analysis last news about bitcoin and gives advice should buy or not

Installation

AutoGen Locally Using Virtual Environment
When installing AutoGen locally, we recommend using a virtual environment for the installation.
This will ensure that the dependencies for AutoGen are isolated from the rest of your system.

Setup venv

You can create a virtual environment with venv as below:

python3 -m venv pyautogen
source pyautogen/bin/activate

The following command will deactivate the current venv environment:

deactivate

Change env variables

OPENAI_API_KEY = "TOKEN"
CRYPTO_PANIC_API_KEY = "TOKEN"
GNEWS_PANIC_API_KEY = "TOKEN"

Usage

python3 main.py

About

AI Analysis based on last news about bitcoin and gives advice should buy or not

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages