Skip to content
View isaackogan's full-sized avatar
:shipit:
Currently exploding
:shipit:
Currently exploding

Highlights

  • Pro

Organizations

@SVSYRDSB @RF-Development @ChromegleApp
Block or Report

Block or report isaackogan

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
isaackogan/README.md

Hey, I'm Isaac! 👋

  • 🎓 Student at York University and programming hobbyist Programmer @ YorkU
  • ⏰ Working on scraping TikTok with my TikTokLive library
  • 📫 Reach me at info@isaackogan.com for questions, concerns, and with dog photos
  • ⚡ Connect with me on LinkedIn.
// Protobuf :)

message IsaacKogan {
  required int32 age = 19;
  required Schools schools = 3;
  required Languages languages = 4;

  message Schools {
    required string university = 1; // York University, BSc (Class of 2026)
    required string highSchool = 2; // Westmount C.I. & King City S.S.
    required string middleSchool = 3; // Academy for Gifted Children - P.A.C.E.
  }

  message Languages {
    required int32 python = 1;
    required int32 typescript = 2;
    required int32 php = 3;
    required int32 java = 4;
  }
}

Pinned

  1. TikTokLive TikTokLive Public

    Python library to receive live stream events (comments, gifts, etc.) in realtime from TikTok LIVE.

    Python 729 152