Skip to content
View PetraOleum's full-sized avatar
Block or Report

Block or report PetraOleum

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. commute commute Public

    There and Back Again competition entry

    R 1

  2. vortaro vortaro Public

    Esperanto dictionary Mastodon bot

    Python 10

  3. eqnz-mastodon eqnz-mastodon Public

    Mastodon eqnz bot

    Python 3 1

  4. vote-chess vote-chess Public

    Vote chess mastodon bot

    Python 14 1

  5. Mastodon.py secret generation script Mastodon.py secret generation script
    1
    # Mastodon.py client setup
    2
    # Install mastodon module with pip install --user Mastodon.py or equiv
    3
    # See https://mastodonpy.readthedocs.io/en/stable/ for more information
    4
    from getpass import getpass
    5
    from mastodon import Mastodon
  6. Rstats functions for calculating if ... Rstats functions for calculating if a specified date is a public holiday in New Zealand
    1
    # Functions to calculate if a date
    2
    # is a holiday or weekend.
    3
    # Functions are vectorised, so can
    4
    # be used with columns of dates.
    5