vriveraPeersyst / My-awesome-masa

AI Agent Twitter scrapper
MIT License
0 stars 1 forks source link

šŸŒŸ Awesome Masa

A curated collection of datasets, tools, and agents for AI developers using the Masa protocol.

Masa Protocol

šŸš€ Quick Start

  1. Ensure you have Conda installed.

  2. Create the environment:

    conda env create -f environment.yml
    conda activate awesome-masa
  3. Set up environment variables:

    • Copy env.example to .env
    • Fill in the required values

šŸ“š Contents

Datasets

Scrapers

Agents

Contribution

License

šŸ“Š Datasets

Our repository includes various datasets scraped and processed using the Masa Protocol:

šŸ¦ Twitter Data

Scraped tweets related to various topics, including memecoin discussions.

For more details, check out the datasets README.

šŸŽ™ļø Podcast Data

šŸ’¬ Discord Data

This dataset contains community conversations related to Masa.

šŸ“ŗ YouTube Data

A collection of YouTube video transcripts, diarized with speaker labels.

šŸ•·ļø Scrapers

We provide several scraper libraries to collect data from different sources using the Masa Protocol:

For usage instructions, refer to the respective README files in the scrapers directory.

šŸ¤– Agents

We provide example code for simple RAG (Retrieval-Augmented Generation) agents using our datasets. These agents demonstrate how to leverage the Masa protocol's structured data in AI applications.

Example RAG Agent

Our example RAG agent showcases:

For the full implementation, see the RAG example agent file.

šŸ¤ Contribution

We welcome contributions! If you have a dataset, tool, or agent that fits well with our collection, feel free to submit a pull request or open an issue.

For more information on using these datasets or contributing, please refer to the documentation or contact us directly.

šŸ“„ License

This project is licensed under the MIT License. See the LICENSE file for details.


Made with ā¤ļø by the Masa Foundation