9 lines
84 B
Python
9 lines
84 B
Python
|
#!/usr/bin/env python3
|
||
|
__author__ = "b3yond"
|
||
|
|
||
|
import twitter
|
||
|
|
||
|
api = twitter.Api()
|
||
|
|
||
|
|