masa-finance / masa-bittensor

Bittensor Subnet Config
https://masa.ai
MIT License
9 stars 11 forks source link

V1 - Create Subnet Miner #15

Closed Luka-Loncar closed 3 weeks ago

Luka-Loncar commented 3 months ago

Implement Twitter Data Endpoints (MVP) Subnet Miner Code

Tasks:

Objective:

Develop a subnet miner within the Bittensor network that interfaces with the Masa Protocol worker node API to retrieve Twitter data. The miner will provide endpoints for three specific Twitter-related queries: profile information, recent tweets by keyword, and a user's followers list.

Acceptance Criteria:

Resources:

Development Steps:

  1. Set up a Bittensor wallet and neuron using the Bittensor API.
  2. Register the miner's endpoints with the Bittensor network.
  3. Implement the Twitter data retrieval logic using the Masa Protocol worker node API.
  4. Serve the miner's endpoints using Bittensor's Axon server.
  5. Test the miner's functionality and handle edge cases.
  6. Document the miner's code and usage instructions.
mudler commented 3 weeks ago

Closing as not relevant anymore