Skip to content
View emasru's full-sized avatar

Block or report emasru

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 Loading

  1. vxtwitter-bot vxtwitter-bot Public

    Python 1

  2. advent-of-code-2023 advent-of-code-2023 Public

    My submissions for Advent of Code 2023. In C to challenge myself :)

    C

  3. card-game card-game Public

    Java

  4. istt1001-report istt1001-report Public

    Final submission in the course ISTT1001

    Python

  5. Gets a dataset with all messages fro... Gets a dataset with all messages from all channels in a discord server. Requires access to channel history. Part of project on machine learning.
    1
    import discord
    2
    import json
    3
    import re
    4
    import platform
    5
    import asyncio