This repository contains the code for a Twitter bot that summarizes Binance feeds and tweets them using the Hugging Face API.
- Python 3.x
requests
librarytweepy
library- Hugging Face API key
- Twitter API key
- Clone this repository.
- Install the required libraries by running
pip install -r requirements.txt
. - Set up your Hugging Face and Twitter API keys as environment variables.
- Run the bot by executing
python bot.py
.
The bot will automatically fetch the latest Binance feeds, summarize them using the Hugging Face API, and tweet the summaries using the Twitter API.
Contributions are welcome! Please feel free to submit a pull request or open an issue.