Code cleanup.

This commit is contained in:
Alex Huddleston 2020-04-24 17:14:53 -05:00
parent 15c01c51c7
commit adb0e567c8
3 changed files with 9 additions and 3 deletions

10
.gitignore vendored
View file

@ -3,4 +3,12 @@
**/__pycache__/**
**.pyc
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

View file

@ -1,7 +1,5 @@
#!/usr/bin/python3
# encoding: UTF-8
#from tweepy import OAuthHandler, API
from time import sleep
from lib.setup import import_config_file
from lib.authentication import authenticate_twitter