ESPN's hidden API endpoints
Latest News: http://site.api.espn.com/apis/site/v2/sports/football/college-football/news
Latest Scores: http://site.api.espn.com/apis/site/v2/sports/football/college-football/scoreboard
package org.ygl.openrndr.demos | |
import org.openrndr.application | |
import org.openrndr.color.ColorRGBa | |
import org.openrndr.color.rgb | |
import org.openrndr.draw.shadeStyle | |
import org.openrndr.extra.compositor.compose | |
import org.openrndr.extra.compositor.draw | |
import org.openrndr.extra.compositor.layer | |
import org.openrndr.ffmpeg.ScreenRecorder |
// | |
// LocalNetworkPrivacy | |
// | |
// Created by Iurii Khvorost <[email protected]> on 2021/02/04. | |
// Copyright © 2021 Iurii Khvorost. All rights reserved. | |
// | |
// Permission is hereby granted, free of charge, to any person obtaining a copy | |
// of this software and associated documentation files (the "Software"), to deal | |
// in the Software without restriction, including without limitation the rights | |
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
#!/usr/bin/env python3 | |
import pathlib | |
import sqlite3 | |
if __name__ == "__main__": | |
connection = sqlite3.connect(f"{pathlib.Path.home()}/Library/Messages/chat.db") | |
for (name, size, chat, date) in connection.execute(""" | |
SELECT transfer_name, total_bytes, chat_message_join.chat_id, date | |
FROM message_attachment_join JOIN message ON message_attachment_join.message_id = message.ROWID |
Latest News: http://site.api.espn.com/apis/site/v2/sports/football/college-football/news
Latest Scores: http://site.api.espn.com/apis/site/v2/sports/football/college-football/scoreboard