Git Product home page Git Product logo

delve's Introduction

About

What?

Delve is a tool for finding streamers in a list of Twitch categories and listing them in a single, easy to see interface.

Why?

I wrote Delve mainly as a tool for finding new people to raid. It compensates for Twitch's shortcomings in its followed channels listing, which has an upper limit and will not show all channels you follow. Twitch also provides no grouping and filtering options.

Usage

Getting Started

Registration w/Twitch

Create a developer account with Twitch and create an app in your developer console. You will need the client ID from this page and will need to generate an OAuth token using the implicit flow.

Settings

Open delve.yaml and fill out the necessary fields (and/or remove unnecessary ones). The most important fields are your authorization information and default list of categories you want to find streamers in. The YAML file is commented to help you find and understand these fields.

Dependencies

Install the following Python dependencies:

  • requests
  • PyYAML

Running

From a directory containing delve.yaml and streams.html, execute the following:

./delve.py

You can specify one of the groups in the delve.yaml file using the --groups or -g switch, for example:

./delve.py -g dev

When the script is finished running, it will create streams.js with the results in JSON format and open the results in streams.html in your default web browser.

delve's People

Contributors

observerherb avatar

Watchers

 avatar

delve's Issues

Add a filter for games

Right now I filter by tags, but I could use a way to filter by category (game) as well.

Replace hard coded API domain

https://api.twitch.tv/helix/ is repeated a lot throughout the codebase now. It's time to pull it out into a constant string so it can be changed easily if ever need be.

Add a "variety streamer" view

Streamer QarrenLive requested a list of live variety streamers. We discussed looking through the past 30 days or so of streams from a streamer and looking for more than 3 or so games played.

Remove offline streams

Once a streamer goes offline after the back-end process has run, the UI will show a grey offline video thumbnail. Use this to tell which cards are no longer valid streams and remove them (lazily, after the page loads so we don't interrupt load/rendering time).

Create a landing page

As more and more views get added, it might be useful to create a landing page that has all the possible views listed where viewers can just click to go to the view rather than having to remember the link.

Unhide hidden game titles

Since clicking on the game title hides any entries for the game title, which isn't immediately obvious, give users a way to unhide them. Perhaps I can keep a list of hidden game names at the top of the page with an X that let's you clear the filter.

Remove chunks from example yaml

The example configuration file still has the categories broken up into 100 item chunks. This isn't necessary anymore due to the change in #1.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.