Skip to content

Instantly share code, notes, and snippets.

View Kakkoiikun's full-sized avatar

Kakkoiikun Kakkoiikun

View GitHub Profile
import ch
import time
import sys
import urllib
if sys.version_info[0] > 2:
import urllib.request as urlreq
else:
import urllib2 as urlreq
@Kakkoiikun
Kakkoiikun / chatangobot.txt
Last active August 8, 2019 04:52
Chatango Bot Tutorial
How to make a chatango bot --> Made by Kakkoiikun
-------------------------------------------------------
Updates:
-> Updated the ch.py link and changed 3.6.0 to 3.6.5
------------------------------------------------------------------
Preparations:
1. Download ch.py at https://pastebin.com/81msujvx
2. Install Python 3.6.5 at https://www.python.org/downloads/release/python-365/