Skip to content

Instantly share code, notes, and snippets.

@0x001337
0x001337 / index.html
Created August 12, 2019 07:54
voVRRN
<div class="ui main container">
<img src="https://via.placeholder.com/728x90">
<div class="ui divider"></div>
<div class="ui secondary pointing menu">
<div class="item">
<h2 class="ui header">
<i class="hand holding usd icon"></i>
<div class="content">
SmartHYIP
<div class="sub header">Smarter Choices</div>
@0x001337
0x001337 / eye-stats.py
Created January 13, 2019 01:51
The-Eye Member Count Update Script
#! /usr/bin/python3
import discord
import asyncio
import redis
from time import gmtime, strftime
# Discord.py's discord client object
client = discord.Client()
@0x001337
0x001337 / eye-stats.py
Last active January 13, 2019 01:35
The-Eye's Member Count Bot
#! /usr/bin/python3
import discord
import asyncio
import redis
from time import gmtime, strftime
'''
TODO: