This repository provides an alternative implementation of the Greed and Fear Index inspired by alternative.me. The index is designed to analyze the sentiment in the cryptocurrency market.
- Data Scraping: Collects data from various sources to compute the index.
- Python Implementation: Written entirely in Python for ease of use and flexibility.
- Customization: Easily modify the sources and weights of data points used in the index.
- Clone the repository:
git clone https://github.com/specialteam/greed_and_fear.git
- Navigate to the project directory:
cd greed_and_fear
- Install the required dependencies:
pip install -r requirements.txt
Run the main script to fetch data and calculate the index:
python alternative.py
Contributions are welcome! Please fork this repository and submit pull requests.
This project is licensed under the GPL-3.0 License. See the LICENSE file for details.
For any inquiries or feedback, please open an issue on GitHub.