Code cleanup.
This commit is contained in:
parent
15c01c51c7
commit
adb0e567c8
3 changed files with 9 additions and 3 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -3,4 +3,12 @@
|
||||||
**/__pycache__/**
|
**/__pycache__/**
|
||||||
**.pyc
|
**.pyc
|
||||||
Pipfile.lock
|
Pipfile.lock
|
||||||
config.json
|
config.json
|
||||||
|
data/*.jpg
|
||||||
|
data/*.jpeg
|
||||||
|
data/*.png
|
||||||
|
data/*.bmp
|
||||||
|
data/*.webp
|
||||||
|
data/*.gif
|
||||||
|
data/*.mp4
|
||||||
|
data/*.mov
|
Binary file not shown.
Before Width: | Height: | Size: 178 KiB |
|
@ -1,7 +1,5 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
# encoding: UTF-8
|
|
||||||
|
|
||||||
#from tweepy import OAuthHandler, API
|
|
||||||
from time import sleep
|
from time import sleep
|
||||||
from lib.setup import import_config_file
|
from lib.setup import import_config_file
|
||||||
from lib.authentication import authenticate_twitter
|
from lib.authentication import authenticate_twitter
|
||||||
|
|
Reference in a new issue