- The lyrics it does fetch are accurate
- It takes a lot of time due to API rate limiting based on IP
- No richsync (word by word) lyrics
| [ | |
| { "version": 59, "secret": [ 123, 105, 79, 70, 110, 59, 52, 125, 60, 49, 80, 70, 89, 75, 80, 86, 63, 53, 123, 37, 117, 49, 52, 93, 77, 62, 47, 86, 48, 104, 68, 72 ] }, | |
| { "version": 60, "secret": [ 79, 109, 69, 123, 90, 65, 46, 74, 94, 34, 58, 48, 70, 71, 92, 85, 122, 63, 91, 64, 87, 87 ] }, | |
| { "version": 61, "secret": [ 44, 55, 47, 42, 70, 40, 34, 114, 76, 74, 50, 111, 120, 97, 75, 76, 94, 102, 43, 69, 49, 120, 118, 80, 64, 78 ] } | |
| ] |
| #/usr/bin/env python | |
| #!pip install flask flask_socketio eventlet websocket_client requests | |
| from flask import Flask, render_template_string, jsonify, request | |
| from flask_socketio import SocketIO, emit | |
| import os | |
| import subprocess | |
| import signal | |
| import threading | |
| import time |
| import re # Regular expression matching | |
| from time import time | |
| from sys import setrecursionlimit,set_int_max_str_digits # See below for details | |
| setrecursionlimit(1000000) | |
| set_int_max_str_digits(1000000) | |
| # Class to wrap things up | |
| class Fibonacci: | |
| # Define variables | |
| def __init__(self) -> None: |
| from random import randint | |
| words = [ | |
| "aback", | |
| "abase", | |
| "abate", | |
| "abbey", | |
| "abbot", | |
| "abhor", | |
| "abide", |