Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lemmy game threads #25

Open
wants to merge 27 commits into
base: lemmy-mlb-game-threads
Choose a base branch
from

Commits on Jun 13, 2023

  1. Copy game_threads bot to lemmy_game_threads

    Benjamin Jablonski authored and Benjamin Jablonski committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    c038d17 View commit details
    Browse the repository at this point in the history
  2. Update community map specifically for fanaticus.social

    Benjamin Jablonski authored and Benjamin Jablonski committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    e5ae8b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33bda53 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Add plaw to requirements

    benja810 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    2455e12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57d7d4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7af008d View commit details
    Browse the repository at this point in the history
  4. Remove superscript markdown

    benja810 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f739d8a View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    7a24dc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb0d2f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    25cbccd View commit details
    Browse the repository at this point in the history
  2. Add plaw as local lib

    benja810 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    4368873 View commit details
    Browse the repository at this point in the history
  3. Add comment functionality

    benja810 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    1618e1f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Re-implement off day threads

    benja810 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    441c384 View commit details
    Browse the repository at this point in the history
  2. Re-implement sticky/unsticky

    benja810 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    135beb1 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    b5283b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47f3c32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09f29e3 View commit details
    Browse the repository at this point in the history
  4. Version 3.0 of tzlocal doesn't have the localize method.

    Cap the version to maintain compatibility.
    jspayne committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    3f1d9c3 View commit details
    Browse the repository at this point in the history
  5. Change the team URLs so they work when viewing from other instances.

    Add a stub for the off day thread to prevent runtime errors.
    jspayne committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    db268bd View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. * Truncation was using a , instead of a : in the string slicing

    * Fix time calculation for postgame thread update limit
    * Drop unnecessary stub of off_day
    jspayne committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    f46f26a View commit details
    Browse the repository at this point in the history
  2. * Rename Lemmy MLB bot

    * Make post truncation length a config parameter
    jspayne committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    b639153 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccbbe35 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Update bots/lemmy_mlb_game_threads/__init__.py

    Co-authored-by: jspayne <jeff@paynesplace.com>
    benja810 and jspayne authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    0067daa View commit details
    Browse the repository at this point in the history
  2. Update bots/lemmy_mlb_game_threads/__init__.py

    Use default for POST_CHARACTER_LIMIT
    
    Co-authored-by: jspayne <jeff@paynesplace.com>
    benja810 and jspayne authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    2c89233 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5be8d68 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    89a4461 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from jspayne/patch-1

    Update __init__.py to fix time check for post game thread
    jspayne authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    4973a2d View commit details
    Browse the repository at this point in the history