Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 777 Bytes

File metadata and controls

24 lines (18 loc) · 777 Bytes

BinanceFeedTwitterBot

Description

This repository contains the code for a Twitter bot that summarizes Binance feeds and tweets them using the Hugging Face API.

Requirements

  • Python 3.x
  • requests library
  • tweepy library
  • Hugging Face API key
  • Twitter API key

Setup

  1. Clone this repository.
  2. Install the required libraries by running pip install -r requirements.txt.
  3. Set up your Hugging Face and Twitter API keys as environment variables.
  4. Run the bot by executing python bot.py.

Usage

The bot will automatically fetch the latest Binance feeds, summarize them using the Hugging Face API, and tweet the summaries using the Twitter API.

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue.