Skip to content

Instantly share code, notes, and snippets.

View adistomar's full-sized avatar

Aditya Tomar adistomar

View GitHub Profile
@adistomar
adistomar / typeracer-cheat.md
Last active April 12, 2021 00:02
A program that allows for extremely high typing speeds on typeracer.com

typeracer-cheat

A program that allows one to achieve extremely high speeds on typeracer.com. This works only for the online races and the practice races - not for the race your friend mode.

How to setup:

  • First, make sure you have Selenium installed
    • To install Selenium, go to your command line and run pip install selenium
  • Then, make sure to have Chromedriver installed
    • To install Chromedriver, follow this video
  • Locate and copy the path to the location where you downloaded Chromedriver
  • Open the typeracer.py file and replace the path in the string: PATH = "YOUR_PATH_TO_CHROMEDRIVER"

How to run:

@adistomar
adistomar / music.py
Last active November 27, 2022 21:57 — forked from EvieePy/music.py
Basic music with playlist support on Rewrite
import discord
from discord.ext import commands
import random
import json
import asyncio
import itertools
import sys
import traceback
from async_timeout import timeout
from functools import partial