ohld / igbot

🐙 Free scripts, bots and Python API wrapper. Get free followers with our auto like, auto follow and other scripts!
https://hikerapi.com/p/N2P6iqiM
Apache License 2.0
4.71k stars 1.47k forks source link

Change code styles (PEP8, pyflakes) #85

Closed stasfilin closed 7 years ago

stasfilin commented 7 years ago

Need to change code style

(.env) ➜  instabot git:(master) ✗ pep8
./setup.py:3:7: E251 unexpected spaces around keyword / parameter equals
./setup.py:3:9: E251 unexpected spaces around keyword / parameter equals
./setup.py:4:11: E251 unexpected spaces around keyword / parameter equals
./setup.py:4:13: E251 unexpected spaces around keyword / parameter equals
./setup.py:5:10: E251 unexpected spaces around keyword / parameter equals
./setup.py:5:12: E251 unexpected spaces around keyword / parameter equals
./setup.py:6:14: E251 unexpected spaces around keyword / parameter equals
./setup.py:6:16: E251 unexpected spaces around keyword / parameter equals
./setup.py:7:9: E251 unexpected spaces around keyword / parameter equals
./setup.py:7:11: E251 unexpected spaces around keyword / parameter equals
./setup.py:8:15: E251 unexpected spaces around keyword / parameter equals
./setup.py:8:17: E251 unexpected spaces around keyword / parameter equals
./setup.py:9:6: E251 unexpected spaces around keyword / parameter equals
./setup.py:9:8: E251 unexpected spaces around keyword / parameter equals
./setup.py:10:15: E251 unexpected spaces around keyword / parameter equals
./setup.py:10:17: E251 unexpected spaces around keyword / parameter equals
./setup.py:11:11: E251 unexpected spaces around keyword / parameter equals
./setup.py:11:13: E251 unexpected spaces around keyword / parameter equals
./setup.py:12:14: E251 unexpected spaces around keyword / parameter equals
./setup.py:12:16: E251 unexpected spaces around keyword / parameter equals
./examples/collect_stats.py:4:80: E501 line too long (80 > 79 characters)
./examples/collect_stats.py:11:41: E231 missing whitespace after ','
./examples/collect_stats.py:12:1: E402 module level import not at top of file
./examples/collect_stats.py:15:10: E211 whitespace before '('
./examples/collect_stats.py:16:10: E211 whitespace before '('
./examples/collect_stats.py:19:16: E261 at least two spaces before inline comment
./examples/follow_user_followers.py:14:41: E231 missing whitespace after ','
./examples/follow_user_followers.py:15:1: E402 module level import not at top of file
./examples/follow_user_followers.py:18:10: E211 whitespace before '('
./examples/follow_user_followers.py:19:10: E211 whitespace before '('
./examples/follow_user_following.py:14:41: E231 missing whitespace after ','
./examples/follow_user_following.py:15:1: E402 module level import not at top of file
./examples/follow_user_following.py:18:10: E211 whitespace before '('
./examples/follow_user_following.py:19:10: E211 whitespace before '('
./examples/follow_users_from_file.py:12:41: E231 missing whitespace after ','
./examples/follow_users_from_file.py:13:1: E402 module level import not at top of file
./examples/follow_users_from_file.py:16:10: E211 whitespace before '('
./examples/follow_users_from_file.py:17:10: E211 whitespace before '('
./examples/like_and_follow_media_likers.py:14:41: E231 missing whitespace after ','
./examples/like_and_follow_media_likers.py:15:1: E402 module level import not at top of file
./examples/like_and_follow_media_likers.py:17:1: E302 expected 2 blank lines, found 1
./examples/like_and_follow_media_likers.py:22:1: E302 expected 2 blank lines, found 1
./examples/like_and_follow_media_likers.py:29:10: E211 whitespace before '('
./examples/like_and_follow_media_likers.py:30:10: E211 whitespace before '('
./examples/like_and_follow_your_last_media_likers.py:14:41: E231 missing whitespace after ','
./examples/like_and_follow_your_last_media_likers.py:15:1: E402 module level import not at top of file
./examples/like_and_follow_your_last_media_likers.py:17:1: E302 expected 2 blank lines, found 1
./examples/like_and_follow_your_last_media_likers.py:22:1: E302 expected 2 blank lines, found 1
./examples/like_and_follow_your_last_media_likers.py:28:1: E302 expected 2 blank lines, found 1
./examples/like_example.py:16:41: E231 missing whitespace after ','
./examples/like_example.py:17:1: E402 module level import not at top of file
./examples/like_example.py:32:14: E231 missing whitespace after ','
./examples/like_example.py:35:4: E111 indentation is not a multiple of four
./examples/like_hashtags.py:14:41: E231 missing whitespace after ','
./examples/like_hashtags.py:15:1: E402 module level import not at top of file
./examples/like_hashtags.py:18:10: E211 whitespace before '('
./examples/like_hashtags.py:19:10: E211 whitespace before '('
./examples/like_user.py:14:41: E231 missing whitespace after ','
./examples/like_user.py:15:1: E402 module level import not at top of file
./examples/like_user.py:18:10: E211 whitespace before '('
./examples/like_user.py:19:10: E211 whitespace before '('
./examples/like_user_followers.py:14:41: E231 missing whitespace after ','
./examples/like_user_followers.py:15:1: E402 module level import not at top of file
./examples/like_user_followers.py:18:10: E211 whitespace before '('
./examples/like_user_followers.py:19:10: E211 whitespace before '('
./examples/like_user_following.py:14:41: E231 missing whitespace after ','
./examples/like_user_following.py:15:1: E402 module level import not at top of file
./examples/like_user_following.py:18:10: E211 whitespace before '('
./examples/like_user_following.py:19:10: E211 whitespace before '('
./examples/unfollow_everyone.py:11:41: E231 missing whitespace after ','
./examples/unfollow_everyone.py:13:1: E402 module level import not at top of file
./examples/unfollow_non_followers.py:11:41: E231 missing whitespace after ','
./examples/unfollow_non_followers.py:13:1: E402 module level import not at top of file
./examples/autopost/auto_post.py:7:41: E231 missing whitespace after ','
./examples/autopost/auto_post.py:8:1: E402 module level import not at top of file
./examples/autopost/auto_post.py:12:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:13:1: E101 indentation contains mixed spaces and tabs
./examples/autopost/auto_post.py:13:5: W191 indentation contains tabs
./examples/autopost/auto_post.py:13:6: E112 expected an indented block
./examples/autopost/auto_post.py:15:1: E101 indentation contains mixed spaces and tabs
./examples/autopost/auto_post.py:15:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:16:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:18:19: E261 at least two spaces before inline comment
./examples/autopost/auto_post.py:18:30: W291 trailing whitespace
./examples/autopost/auto_post.py:21:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:22:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:23:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:24:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:25:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:26:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:27:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:27:1: W293 blank line contains whitespace
./examples/autopost/auto_post.py:28:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:29:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:30:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:30:1: W293 blank line contains whitespace
./examples/autopost/auto_post.py:31:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:32:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:33:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:33:1: W293 blank line contains whitespace
./examples/autopost/auto_post.py:34:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:35:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:35:32: E251 unexpected spaces around keyword / parameter equals
./examples/autopost/auto_post.py:35:34: E251 unexpected spaces around keyword / parameter equals
./examples/autopost/auto_post.py:36:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:37:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:38:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:38:5: E265 block comment should start with '# '
./examples/autopost/auto_post.py:39:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:40:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:40:1: W293 blank line contains whitespace
./examples/autopost/auto_post.py:41:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:41:7: E713 test for membership should be 'not in'
./examples/autopost/auto_post.py:42:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:43:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:44:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:45:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:45:1: W293 blank line contains whitespace
./examples/autopost/auto_post.py:46:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:48:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:50:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:51:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:51:16: W291 trailing whitespace
./examples/autopost/auto_post.py:52:1: W191 indentation contains tabs
./examples/autopost/auto_post.py:52:16: W291 trailing whitespace
./examples/black-whitelist/black_white_lists.py:20:41: E231 missing whitespace after ','
./examples/black-whitelist/black_white_lists.py:21:1: E402 module level import not at top of file
./examples/checkpoins/revert_to_checkpoint.py:10:41: E231 missing whitespace after ','
./examples/checkpoins/revert_to_checkpoint.py:11:1: E402 module level import not at top of file
./examples/checkpoins/revert_to_checkpoint.py:14:10: E211 whitespace before '('
./examples/checkpoins/revert_to_checkpoint.py:15:10: E211 whitespace before '('
./examples/checkpoins/save_checkpoint.py:10:41: E231 missing whitespace after ','
./examples/checkpoins/save_checkpoint.py:11:1: E402 module level import not at top of file
./examples/checkpoins/save_checkpoint.py:14:10: E211 whitespace before '('
./examples/checkpoins/save_checkpoint.py:15:10: E211 whitespace before '('
./examples/comment/comment_hashtags.py:17:41: E231 missing whitespace after ','
./examples/comment/comment_hashtags.py:18:1: E402 module level import not at top of file
./examples/comment/comment_hashtags.py:21:10: E211 whitespace before '('
./examples/comment/comment_hashtags.py:21:80: E501 line too long (83 > 79 characters)
./examples/comment/comment_hashtags.py:22:10: E211 whitespace before '('
./examples/comment/comment_hashtags.py:28:10: E211 whitespace before '('
./examples/comment/comment_your_feed.py:7:1: W293 blank line contains whitespace
./examples/comment/comment_your_feed.py:21:41: E231 missing whitespace after ','
./examples/comment/comment_your_feed.py:22:1: E402 module level import not at top of file
./examples/comment/comment_your_feed.py:25:10: E211 whitespace before '('
./examples/comment/comment_your_feed.py:26:10: E211 whitespace before '('
./examples/comment/comment_your_feed.py:31:10: E211 whitespace before '('
./examples/ultimate/ultimate.py:17:41: E231 missing whitespace after ','
./examples/ultimate/ultimate.py:18:1: E402 module level import not at top of file
./examples/ultimate/ultimate.py:23:6: E211 whitespace before '('
./examples/ultimate/ultimate.py:25:6: E211 whitespace before '('
./examples/ultimate/ultimate.py:27:6: E211 whitespace before '('
./examples/ultimate/ultimate.py:29:6: E211 whitespace before '('
./examples/ultimate/ultimate.py:31:6: E211 whitespace before '('
./instabot/api/api.py:12:1: E265 block comment should start with '# '
./instabot/api/api.py:16:1: E402 module level import not at top of file
./instabot/api/api.py:17:1: E402 module level import not at top of file
./instabot/api/api.py:18:1: E402 module level import not at top of file
./instabot/api/api.py:20:1: E402 module level import not at top of file
./instabot/api/api.py:21:1: E402 module level import not at top of file
./instabot/api/api.py:22:1: E402 module level import not at top of file
./instabot/api/api.py:23:1: E402 module level import not at top of file
./instabot/api/api.py:24:1: E402 module level import not at top of file
./instabot/api/api.py:26:1: E402 module level import not at top of file
./instabot/api/api.py:27:1: E402 module level import not at top of file
./instabot/api/api.py:28:1: E402 module level import not at top of file
./instabot/api/api.py:29:1: E402 module level import not at top of file
./instabot/api/api.py:30:1: E402 module level import not at top of file
./instabot/api/api.py:31:1: E402 module level import not at top of file
./instabot/api/api.py:33:1: E402 module level import not at top of file
./instabot/api/api.py:34:1: E402 module level import not at top of file
./instabot/api/api.py:36:1: E302 expected 2 blank lines, found 1
./instabot/api/api.py:46:29: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:46:31: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:46:46: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:46:48: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:46:60: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:46:62: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:59:80: E501 line too long (122 > 79 characters)
./instabot/api/api.py:61:37: E203 whitespace before ':'
./instabot/api/api.py:62:37: E203 whitespace before ':'
./instabot/api/api.py:63:37: E203 whitespace before ':'
./instabot/api/api.py:64:37: E203 whitespace before ':'
./instabot/api/api.py:65:37: E203 whitespace before ':'
./instabot/api/api.py:66:37: E203 whitespace before ':'
./instabot/api/api.py:67:46: E203 whitespace before ':'
./instabot/api/api.py:69:80: E501 line too long (103 > 79 characters)
./instabot/api/api.py:92:41: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:92:43: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:92:55: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:92:57: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:97:50: E203 whitespace before ':'
./instabot/api/api.py:98:33: E128 continuation line under-indented for visual indent
./instabot/api/api.py:98:41: E203 whitespace before ':'
./instabot/api/api.py:99:33: E128 continuation line under-indented for visual indent
./instabot/api/api.py:99:47: E203 whitespace before ':'
./instabot/api/api.py:99:80: E501 line too long (100 > 79 characters)
./instabot/api/api.py:100:33: E128 continuation line under-indented for visual indent
./instabot/api/api.py:100:42: E203 whitespace before ':'
./instabot/api/api.py:101:33: E128 continuation line under-indented for visual indent
./instabot/api/api.py:101:50: E203 whitespace before ':'
./instabot/api/api.py:102:33: E128 continuation line under-indented for visual indent
./instabot/api/api.py:102:45: E203 whitespace before ':'
./instabot/api/api.py:104:18: E711 comparison to None should be 'if cond is not None:'
./instabot/api/api.py:104:27: E261 at least two spaces before inline comment
./instabot/api/api.py:105:79: E261 at least two spaces before inline comment
./instabot/api/api.py:105:80: E501 line too long (95 > 79 characters)
./instabot/api/api.py:106:14: E261 at least two spaces before inline comment
./instabot/api/api.py:107:67: E261 at least two spaces before inline comment
./instabot/api/api.py:107:80: E501 line too long (83 > 79 characters)
./instabot/api/api.py:114:80: E501 line too long (86 > 79 characters)
./instabot/api/api.py:126:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:126:24: E203 whitespace before ':'
./instabot/api/api.py:127:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:127:24: E203 whitespace before ':'
./instabot/api/api.py:128:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:128:24: E203 whitespace before ':'
./instabot/api/api.py:129:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:129:24: E203 whitespace before ':'
./instabot/api/api.py:130:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:130:24: E203 whitespace before ':'
./instabot/api/api.py:146:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:146:23: E203 whitespace before ':'
./instabot/api/api.py:147:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:147:23: E203 whitespace before ':'
./instabot/api/api.py:148:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:148:23: E203 whitespace before ':'
./instabot/api/api.py:149:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:149:23: E203 whitespace before ':'
./instabot/api/api.py:150:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:150:23: E203 whitespace before ':'
./instabot/api/api.py:154:41: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:154:43: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:154:59: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:154:61: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:157:55: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:157:57: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:160:45: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:160:47: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:162:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:162:23: E203 whitespace before ':'
./instabot/api/api.py:163:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:163:23: E203 whitespace before ':'
./instabot/api/api.py:164:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:164:23: E203 whitespace before ':'
./instabot/api/api.py:165:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:165:23: E203 whitespace before ':'
./instabot/api/api.py:167:41: E225 missing whitespace around operator
./instabot/api/api.py:167:57: E225 missing whitespace around operator
./instabot/api/api.py:167:80: E501 line too long (101 > 79 characters)
./instabot/api/api.py:171:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:171:23: E203 whitespace before ':'
./instabot/api/api.py:172:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:172:23: E203 whitespace before ':'
./instabot/api/api.py:173:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:173:23: E203 whitespace before ':'
./instabot/api/api.py:175:41: E225 missing whitespace around operator
./instabot/api/api.py:175:57: E225 missing whitespace around operator
./instabot/api/api.py:175:80: E501 line too long (97 > 79 characters)
./instabot/api/api.py:179:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:179:23: E203 whitespace before ':'
./instabot/api/api.py:180:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:180:23: E203 whitespace before ':'
./instabot/api/api.py:181:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:181:23: E203 whitespace before ':'
./instabot/api/api.py:182:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:182:23: E203 whitespace before ':'
./instabot/api/api.py:184:41: E225 missing whitespace around operator
./instabot/api/api.py:184:57: E225 missing whitespace around operator
./instabot/api/api.py:184:80: E501 line too long (95 > 79 characters)
./instabot/api/api.py:188:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:188:23: E203 whitespace before ':'
./instabot/api/api.py:189:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:189:23: E203 whitespace before ':'
./instabot/api/api.py:190:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:190:23: E203 whitespace before ':'
./instabot/api/api.py:191:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:191:23: E203 whitespace before ':'
./instabot/api/api.py:193:41: E225 missing whitespace around operator
./instabot/api/api.py:193:57: E225 missing whitespace around operator
./instabot/api/api.py:193:80: E501 line too long (97 > 79 characters)
./instabot/api/api.py:197:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:197:23: E203 whitespace before ':'
./instabot/api/api.py:198:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:198:23: E203 whitespace before ':'
./instabot/api/api.py:199:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:199:23: E203 whitespace before ':'
./instabot/api/api.py:200:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:200:24: E203 whitespace before ':'
./instabot/api/api.py:201:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:201:24: E203 whitespace before ':'
./instabot/api/api.py:202:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:202:24: E203 whitespace before ':'
./instabot/api/api.py:204:80: E501 line too long (90 > 79 characters)
./instabot/api/api.py:211:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:211:23: E203 whitespace before ':'
./instabot/api/api.py:212:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:212:23: E203 whitespace before ':'
./instabot/api/api.py:213:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:213:23: E203 whitespace before ':'
./instabot/api/api.py:214:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:214:23: E203 whitespace before ':'
./instabot/api/api.py:216:41: E225 missing whitespace around operator
./instabot/api/api.py:216:57: E225 missing whitespace around operator
./instabot/api/api.py:216:80: E501 line too long (98 > 79 characters)
./instabot/api/api.py:220:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:220:23: E203 whitespace before ':'
./instabot/api/api.py:221:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:221:23: E203 whitespace before ':'
./instabot/api/api.py:222:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:222:23: E203 whitespace before ':'
./instabot/api/api.py:224:41: E225 missing whitespace around operator
./instabot/api/api.py:224:57: E225 missing whitespace around operator
./instabot/api/api.py:224:68: E225 missing whitespace around operator
./instabot/api/api.py:224:80: E501 line too long (126 > 79 characters)
./instabot/api/api.py:224:86: E225 missing whitespace around operator
./instabot/api/api.py:239:80: E501 line too long (82 > 79 characters)
./instabot/api/api.py:242:41: E225 missing whitespace around operator
./instabot/api/api.py:242:60: E225 missing whitespace around operator
./instabot/api/api.py:260:44: E225 missing whitespace around operator
./instabot/api/api.py:260:63: E225 missing whitespace around operator
./instabot/api/api.py:260:80: E501 line too long (130 > 79 characters)
./instabot/api/api.py:260:83: E225 missing whitespace around operator
./instabot/api/api.py:260:107: E225 missing whitespace around operator
./instabot/api/api.py:267:48: E225 missing whitespace around operator
./instabot/api/api.py:267:60: E225 missing whitespace around operator
./instabot/api/api.py:267:80: E501 line too long (124 > 79 characters)
./instabot/api/api.py:271:43: E225 missing whitespace around operator
./instabot/api/api.py:271:59: E225 missing whitespace around operator
./instabot/api/api.py:275:50: E225 missing whitespace around operator
./instabot/api/api.py:275:69: E225 missing whitespace around operator
./instabot/api/api.py:297:80: E501 line too long (127 > 79 characters)
./instabot/api/api.py:300:62: E225 missing whitespace around operator
./instabot/api/api.py:300:80: E501 line too long (109 > 79 characters)
./instabot/api/api.py:300:86: E225 missing whitespace around operator
./instabot/api/api.py:303:44: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:303:46: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:303:63: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:303:65: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:304:80: E501 line too long (130 > 79 characters)
./instabot/api/api.py:305:13: E128 continuation line under-indented for visual indent
./instabot/api/api.py:305:13: W503 line break before binary operator
./instabot/api/api.py:305:29: E225 missing whitespace around operator
./instabot/api/api.py:305:53: E225 missing whitespace around operator
./instabot/api/api.py:308:36: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:308:38: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:308:55: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:308:57: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:311:50: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:311:52: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:312:80: E501 line too long (136 > 79 characters)
./instabot/api/api.py:314:48: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:314:50: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:315:80: E501 line too long (143 > 79 characters)
./instabot/api/api.py:318:80: E501 line too long (140 > 79 characters)
./instabot/api/api.py:318:93: E225 missing whitespace around operator
./instabot/api/api.py:318:117: E225 missing whitespace around operator
./instabot/api/api.py:321:50: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:321:52: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:322:47: E225 missing whitespace around operator
./instabot/api/api.py:322:66: E225 missing whitespace around operator
./instabot/api/api.py:322:80: E501 line too long (98 > 79 characters)
./instabot/api/api.py:322:87: E225 missing whitespace around operator
./instabot/api/api.py:323:13: E128 continuation line under-indented for visual indent
./instabot/api/api.py:323:13: W503 line break before binary operator
./instabot/api/api.py:323:14: E225 missing whitespace around operator
./instabot/api/api.py:323:36: E225 missing whitespace around operator
./instabot/api/api.py:323:62: E225 missing whitespace around operator
./instabot/api/api.py:323:76: E225 missing whitespace around operator
./instabot/api/api.py:323:80: E501 line too long (93 > 79 characters)
./instabot/api/api.py:328:49: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:328:51: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:330:51: E225 missing whitespace around operator
./instabot/api/api.py:330:70: E225 missing whitespace around operator
./instabot/api/api.py:330:80: E501 line too long (112 > 79 characters)
./instabot/api/api.py:330:95: E225 missing whitespace around operator
./instabot/api/api.py:332:51: E225 missing whitespace around operator
./instabot/api/api.py:332:70: E225 missing whitespace around operator
./instabot/api/api.py:332:80: E501 line too long (137 > 79 characters)
./instabot/api/api.py:332:95: E225 missing whitespace around operator
./instabot/api/api.py:332:125: E225 missing whitespace around operator
./instabot/api/api.py:339:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:339:24: E203 whitespace before ':'
./instabot/api/api.py:340:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:340:24: E203 whitespace before ':'
./instabot/api/api.py:341:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:341:24: E203 whitespace before ':'
./instabot/api/api.py:342:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:342:24: E203 whitespace before ':'
./instabot/api/api.py:344:41: E225 missing whitespace around operator
./instabot/api/api.py:344:57: E225 missing whitespace around operator
./instabot/api/api.py:344:80: E501 line too long (95 > 79 characters)
./instabot/api/api.py:348:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:348:24: E203 whitespace before ':'
./instabot/api/api.py:349:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:349:24: E203 whitespace before ':'
./instabot/api/api.py:350:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:350:24: E203 whitespace before ':'
./instabot/api/api.py:351:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:351:24: E203 whitespace before ':'
./instabot/api/api.py:353:41: E225 missing whitespace around operator
./instabot/api/api.py:353:57: E225 missing whitespace around operator
./instabot/api/api.py:353:80: E501 line too long (97 > 79 characters)
./instabot/api/api.py:356:41: E225 missing whitespace around operator
./instabot/api/api.py:356:57: E225 missing whitespace around operator
./instabot/api/api.py:358:35: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:358:37: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:358:47: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:358:49: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:366:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:366:24: E203 whitespace before ':'
./instabot/api/api.py:367:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:367:24: E203 whitespace before ':'
./instabot/api/api.py:368:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:368:24: E203 whitespace before ':'
./instabot/api/api.py:369:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:369:24: E203 whitespace before ':'
./instabot/api/api.py:371:54: E225 missing whitespace around operator
./instabot/api/api.py:371:69: E225 missing whitespace around operator
./instabot/api/api.py:371:80: E501 line too long (102 > 79 characters)
./instabot/api/api.py:375:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:375:24: E203 whitespace before ':'
./instabot/api/api.py:376:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:376:24: E203 whitespace before ':'
./instabot/api/api.py:377:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:377:24: E203 whitespace before ':'
./instabot/api/api.py:378:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:378:24: E203 whitespace before ':'
./instabot/api/api.py:380:55: E225 missing whitespace around operator
./instabot/api/api.py:380:70: E225 missing whitespace around operator
./instabot/api/api.py:380:80: E501 line too long (103 > 79 characters)
./instabot/api/api.py:384:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:384:24: E203 whitespace before ':'
./instabot/api/api.py:385:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:385:24: E203 whitespace before ':'
./instabot/api/api.py:386:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:386:24: E203 whitespace before ':'
./instabot/api/api.py:387:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:387:24: E203 whitespace before ':'
./instabot/api/api.py:389:53: E225 missing whitespace around operator
./instabot/api/api.py:389:68: E225 missing whitespace around operator
./instabot/api/api.py:389:80: E501 line too long (101 > 79 characters)
./instabot/api/api.py:393:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:393:24: E203 whitespace before ':'
./instabot/api/api.py:394:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:394:24: E203 whitespace before ':'
./instabot/api/api.py:395:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:395:24: E203 whitespace before ':'
./instabot/api/api.py:396:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:396:24: E203 whitespace before ':'
./instabot/api/api.py:398:55: E225 missing whitespace around operator
./instabot/api/api.py:398:70: E225 missing whitespace around operator
./instabot/api/api.py:398:80: E501 line too long (103 > 79 characters)
./instabot/api/api.py:402:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:402:24: E203 whitespace before ':'
./instabot/api/api.py:403:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:403:24: E203 whitespace before ':'
./instabot/api/api.py:404:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:404:24: E203 whitespace before ':'
./instabot/api/api.py:405:9: E122 continuation line missing indentation or outdented
./instabot/api/api.py:405:24: E203 whitespace before ':'
./instabot/api/api.py:407:52: E225 missing whitespace around operator
./instabot/api/api.py:407:67: E225 missing whitespace around operator
./instabot/api/api.py:407:80: E501 line too long (100 > 79 characters)
./instabot/api/api.py:415:80: E501 line too long (194 > 79 characters)
./instabot/api/api.py:441:80: E501 line too long (88 > 79 characters)
./instabot/api/api.py:449:80: E501 line too long (84 > 79 characters)
./instabot/api/api.py:453:37: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./instabot/api/api.py:465:80: E501 line too long (88 > 79 characters)
./instabot/api/api.py:473:80: E501 line too long (84 > 79 characters)
./instabot/api/api.py:477:37: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./instabot/api/api.py:481:56: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:481:58: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:489:39: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./instabot/api/api.py:493:48: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:493:50: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:502:43: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:502:45: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:505:25: E231 missing whitespace after ','
./instabot/api/api.py:519:54: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api.py:519:56: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api_photo.py:10:1: E302 expected 2 blank lines, found 1
./instabot/api/api_photo.py:10:51: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api_photo.py:10:53: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api_photo.py:11:7: E231 missing whitespace after ','
./instabot/api/api_photo.py:13:5: E122 continuation line missing indentation or outdented
./instabot/api/api_photo.py:13:20: E203 whitespace before ':'
./instabot/api/api_photo.py:14:5: E122 continuation line missing indentation or outdented
./instabot/api/api_photo.py:14:20: E203 whitespace before ':'
./instabot/api/api_photo.py:15:5: E122 continuation line missing indentation or outdented
./instabot/api/api_photo.py:15:20: E203 whitespace before ':'
./instabot/api/api_photo.py:16:5: E122 continuation line missing indentation or outdented
./instabot/api/api_photo.py:16:20: E203 whitespace before ':'
./instabot/api/api_photo.py:17:5: E122 continuation line missing indentation or outdented
./instabot/api/api_photo.py:17:20: E203 whitespace before ':'
./instabot/api/api_photo.py:18:5: E122 continuation line missing indentation or outdented
./instabot/api/api_photo.py:18:20: E203 whitespace before ':'
./instabot/api/api_photo.py:19:5: E122 continuation line missing indentation or outdented
./instabot/api/api_photo.py:19:20: E203 whitespace before ':'
./instabot/api/api_photo.py:20:5: E122 continuation line missing indentation or outdented
./instabot/api/api_photo.py:20:20: E203 whitespace before ':'
./instabot/api/api_photo.py:21:5: E122 continuation line missing indentation or outdented
./instabot/api/api_photo.py:21:20: E203 whitespace before ':'
./instabot/api/api_photo.py:23:28: E203 whitespace before ':'
./instabot/api/api_photo.py:24:28: E203 whitespace before ':'
./instabot/api/api_photo.py:26:5: E122 continuation line missing indentation or outdented
./instabot/api/api_photo.py:26:20: E203 whitespace before ':'
./instabot/api/api_photo.py:27:24: E203 whitespace before ':'
./instabot/api/api_photo.py:28:24: E203 whitespace before ':'
./instabot/api/api_photo.py:32:1: E302 expected 2 blank lines, found 1
./instabot/api/api_photo.py:32:37: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api_photo.py:32:39: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api_photo.py:32:55: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api_photo.py:32:57: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api_photo.py:36:5: E122 continuation line missing indentation or outdented
./instabot/api/api_photo.py:36:24: E203 whitespace before ':'
./instabot/api/api_photo.py:37:5: E122 continuation line missing indentation or outdented
./instabot/api/api_photo.py:37:24: E203 whitespace before ':'
./instabot/api/api_photo.py:38:5: E122 continuation line missing indentation or outdented
./instabot/api/api_photo.py:38:24: E203 whitespace before ':'
./instabot/api/api_photo.py:39:5: E122 continuation line missing indentation or outdented
./instabot/api/api_photo.py:39:24: E203 whitespace before ':'
./instabot/api/api_photo.py:39:80: E501 line too long (83 > 79 characters)
./instabot/api/api_photo.py:40:5: E122 continuation line missing indentation or outdented
./instabot/api/api_photo.py:40:24: E203 whitespace before ':'
./instabot/api/api_photo.py:40:50: E228 missing whitespace around modulo operator
./instabot/api/api_photo.py:40:80: E501 line too long (147 > 79 characters)
./instabot/api/api_photo.py:40:137: E231 missing whitespace after ':'
./instabot/api/api_photo.py:43:32: E211 whitespace before '('
./instabot/api/api_photo.py:43:54: E203 whitespace before ':'
./instabot/api/api_photo.py:44:29: E128 continuation line under-indented for visual indent
./instabot/api/api_photo.py:44:51: E203 whitespace before ':'
./instabot/api/api_photo.py:45:29: E128 continuation line under-indented for visual indent
./instabot/api/api_photo.py:45:38: E203 whitespace before ':'
./instabot/api/api_photo.py:46:29: E128 continuation line under-indented for visual indent
./instabot/api/api_photo.py:46:46: E203 whitespace before ':'
./instabot/api/api_photo.py:47:29: E128 continuation line under-indented for visual indent
./instabot/api/api_photo.py:47:46: E203 whitespace before ':'
./instabot/api/api_photo.py:48:29: E128 continuation line under-indented for visual indent
./instabot/api/api_photo.py:49:29: E128 continuation line under-indented for visual indent
./instabot/api/api_photo.py:49:41: E203 whitespace before ':'
./instabot/api/api_photo.py:50:29: E128 continuation line under-indented for visual indent
./instabot/api/api_photo.py:50:41: E203 whitespace before ':'
./instabot/api/api_photo.py:51:80: E501 line too long (86 > 79 characters)
./instabot/api/api_photo.py:57:1: E302 expected 2 blank lines, found 1
./instabot/api/api_photo.py:70:28: E261 at least two spaces before inline comment
./instabot/api/api_profile.py:3:1: E302 expected 2 blank lines, found 1
./instabot/api/api_profile.py:5:5: E122 continuation line missing indentation or outdented
./instabot/api/api_profile.py:5:19: E203 whitespace before ':'
./instabot/api/api_profile.py:6:5: E122 continuation line missing indentation or outdented
./instabot/api/api_profile.py:6:19: E203 whitespace before ':'
./instabot/api/api_profile.py:7:5: E122 continuation line missing indentation or outdented
./instabot/api/api_profile.py:7:19: E203 whitespace before ':'
./instabot/api/api_profile.py:9:80: E501 line too long (93 > 79 characters)
./instabot/api/api_profile.py:11:1: E302 expected 2 blank lines, found 1
./instabot/api/api_profile.py:13:5: E122 continuation line missing indentation or outdented
./instabot/api/api_profile.py:13:19: E203 whitespace before ':'
./instabot/api/api_profile.py:14:5: E122 continuation line missing indentation or outdented
./instabot/api/api_profile.py:14:19: E203 whitespace before ':'
./instabot/api/api_profile.py:15:5: E122 continuation line missing indentation or outdented
./instabot/api/api_profile.py:15:19: E203 whitespace before ':'
./instabot/api/api_profile.py:17:80: E501 line too long (82 > 79 characters)
./instabot/api/api_profile.py:19:1: E302 expected 2 blank lines, found 1
./instabot/api/api_profile.py:21:5: E122 continuation line missing indentation or outdented
./instabot/api/api_profile.py:21:19: E203 whitespace before ':'
./instabot/api/api_profile.py:22:5: E122 continuation line missing indentation or outdented
./instabot/api/api_profile.py:22:19: E203 whitespace before ':'
./instabot/api/api_profile.py:23:5: E122 continuation line missing indentation or outdented
./instabot/api/api_profile.py:23:19: E203 whitespace before ':'
./instabot/api/api_profile.py:25:80: E501 line too long (81 > 79 characters)
./instabot/api/api_profile.py:27:1: E302 expected 2 blank lines, found 1
./instabot/api/api_profile.py:27:31: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api_profile.py:27:33: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api_profile.py:27:43: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api_profile.py:27:45: E251 unexpected spaces around keyword / parameter equals
./instabot/api/api_profile.py:29:5: E122 continuation line missing indentation or outdented
./instabot/api/api_profile.py:29:20: E203 whitespace before ':'
./instabot/api/api_profile.py:30:5: E122 continuation line missing indentation or outdented
./instabot/api/api_profile.py:30:20: E203 whitespace before ':'
./instabot/api/api_profile.py:31:5: E122 continuation line missing indentation or outdented
./instabot/api/api_profile.py:31:20: E203 whitespace before ':'
./instabot/api/api_profile.py:32:5: E122 continuation line missing indentation or outdented
./instabot/api/api_profile.py:32:20: E203 whitespace before ':'
./instabot/api/api_profile.py:33:5: E122 continuation line missing indentation or outdented
./instabot/api/api_profile.py:33:20: E203 whitespace before ':'
./instabot/api/api_profile.py:35:80: E501 line too long (89 > 79 characters)
./instabot/api/api_profile.py:37:1: E302 expected 2 blank lines, found 1
./instabot/api/api_profile.py:39:5: E122 continuation line missing indentation or outdented
./instabot/api/api_profile.py:39:19: E203 whitespace before ':'
./instabot/api/api_profile.py:40:5: E122 continuation line missing indentation or outdented
./instabot/api/api_profile.py:40:19: E203 whitespace before ':'
./instabot/api/api_profile.py:41:5: E122 continuation line missing indentation or outdented
./instabot/api/api_profile.py:41:19: E203 whitespace before ':'
./instabot/api/api_profile.py:43:80: E501 line too long (93 > 79 characters)
./instabot/api/api_profile.py:45:1: E302 expected 2 blank lines, found 1
./instabot/api/api_profile.py:47:5: E122 continuation line missing indentation or outdented
./instabot/api/api_profile.py:47:19: E203 whitespace before ':'
./instabot/api/api_profile.py:48:5: E122 continuation line missing indentation or outdented
./instabot/api/api_profile.py:48:19: E203 whitespace before ':'
./instabot/api/api_profile.py:49:5: E122 continuation line missing indentation or outdented
./instabot/api/api_profile.py:49:19: E203 whitespace before ':'
./instabot/api/api_profile.py:50:5: E122 continuation line missing indentation or outdented
./instabot/api/api_profile.py:50:19: E203 whitespace before ':'
./instabot/api/api_profile.py:51:5: E122 continuation line missing indentation or outdented
./instabot/api/api_profile.py:51:19: E203 whitespace before ':'
./instabot/api/api_profile.py:52:5: E122 continuation line missing indentation or outdented
./instabot/api/api_profile.py:52:19: E203 whitespace before ':'
./instabot/api/api_profile.py:53:5: E122 continuation line missing indentation or outdented
./instabot/api/api_profile.py:53:19: E203 whitespace before ':'
./instabot/api/api_profile.py:54:5: E122 continuation line missing indentation or outdented
./instabot/api/api_profile.py:54:19: E203 whitespace before ':'
./instabot/api/api_profile.py:55:5: E122 continuation line missing indentation or outdented
./instabot/api/api_profile.py:55:19: E203 whitespace before ':'
./instabot/api/api_profile.py:56:5: E122 continuation line missing indentation or outdented
./instabot/api/api_profile.py:56:19: E203 whitespace before ':'
./instabot/api/api_profile.py:58:80: E501 line too long (83 > 79 characters)
./instabot/api/api_search.py:3:1: E302 expected 2 blank lines, found 1
./instabot/api/api_search.py:4:74: E225 missing whitespace around operator
./instabot/api/api_search.py:4:80: E501 line too long (124 > 79 characters)
./instabot/api/api_search.py:4:88: E225 missing whitespace around operator
./instabot/api/api_search.py:4:102: E225 missing whitespace around operator
./instabot/api/api_search.py:7:1: E302 expected 2 blank lines, found 1
./instabot/api/api_search.py:8:65: E225 missing whitespace around operator
./instabot/api/api_search.py:8:80: E501 line too long (93 > 79 characters)
./instabot/api/api_search.py:9:13: E128 continuation line under-indented for visual indent
./instabot/api/api_search.py:9:13: W503 line break before binary operator
./instabot/api/api_search.py:9:14: E225 missing whitespace around operator
./instabot/api/api_search.py:9:41: E225 missing whitespace around operator
./instabot/api/api_search.py:9:55: E225 missing whitespace around operator
./instabot/api/api_search.py:9:69: E225 missing whitespace around operator
./instabot/api/api_search.py:9:80: E501 line too long (91 > 79 characters)
./instabot/api/api_search.py:12:1: E302 expected 2 blank lines, found 1
./instabot/api/api_search.py:13:38: E225 missing whitespace around operator
./instabot/api/api_search.py:13:59: E225 missing whitespace around operator
./instabot/api/api_search.py:16:1: E302 expected 2 blank lines, found 1
./instabot/api/api_search.py:17:65: E225 missing whitespace around operator
./instabot/api/api_search.py:17:79: E225 missing whitespace around operator
./instabot/api/api_search.py:17:80: E501 line too long (115 > 79 characters)
./instabot/api/api_search.py:17:93: E225 missing whitespace around operator
./instabot/api/api_search.py:20:1: E302 expected 2 blank lines, found 1
./instabot/api/api_search.py:21:67: E225 missing whitespace around operator
./instabot/api/api_search.py:21:80: E501 line too long (113 > 79 characters)
./instabot/api/api_search.py:21:91: E225 missing whitespace around operator
./instabot/api/config.py:7:1: E122 continuation line missing indentation or outdented
./instabot/api/config.py:7:20: E203 whitespace before ':'
./instabot/api/config.py:8:1: E122 continuation line missing indentation or outdented
./instabot/api/config.py:8:20: E203 whitespace before ':'
./instabot/api/config.py:9:1: E122 continuation line missing indentation or outdented
./instabot/api/config.py:9:20: E203 whitespace before ':'
./instabot/api/config.py:10:1: E122 continuation line missing indentation or outdented
./instabot/api/config.py:10:20: E203 whitespace before ':'
./instabot/api/config.py:12:80: E501 line too long (166 > 79 characters)
./instabot/api/config.py:14:80: E501 line too long (3672 > 79 characters)
./instabot/api/prepare.py:9:1: E302 expected 2 blank lines, found 1
./instabot/api/prepare.py:27:1: W293 blank line contains whitespace
./instabot/api/prepare.py:48:1: E302 expected 2 blank lines, found 1
./instabot/bot/bot.py:65:80: E501 line too long (106 > 79 characters)
./instabot/bot/bot.py:68:80: E501 line too long (93 > 79 characters)
./instabot/bot/bot.py:100:80: E501 line too long (84 > 79 characters)
./instabot/bot/bot_checkpoint.py:6:80: E501 line too long (91 > 79 characters)
./instabot/bot/bot_checkpoint.py:7:80: E501 line too long (88 > 79 characters)
./instabot/bot/bot_comment.py:43:80: E501 line too long (83 > 79 characters)
./instabot/bot/bot_filter.py:32:80: E501 line too long (86 > 79 characters)
./instabot/bot/bot_get.py:10:80: E501 line too long (94 > 79 characters)
./instabot/bot/bot_get.py:11:80: E501 line too long (94 > 79 characters)
./instabot/bot/bot_get.py:12:80: E501 line too long (99 > 79 characters)
./instabot/bot/bot_get.py:13:80: E501 line too long (110 > 79 characters)
./instabot/bot/bot_like.py:49:80: E501 line too long (97 > 79 characters)
./instabot/bot/bot_unfollow.py:6:80: E501 line too long (88 > 79 characters)
./instabot/tests/test.py:7:1: E402 module level import not at top of file
(.env) ➜  instabot git:(master) ✗ pyflakes instabot
instabot/__init__.py:1: '.api.API' imported but unused
instabot/__init__.py:2: '.bot.Bot' imported but unused
instabot/api/__init__.py:1: '.api.API' imported but unused
instabot/api/__init__.py:2: '.config' imported but unused
instabot/api/__init__.py:3: '.prepare.get_credentials' imported but unused
instabot/api/api.py:2: 'random' imported but unused
instabot/api/prepare.py:5: 'logging' imported but unused
instabot/bot/__init__.py:1: '.bot.Bot' imported but unused
instabot/bot/bot.py:2: 'sys' imported but unused
instabot/bot/bot.py:9: 'tqdm.tqdm' imported but unused
instabot/bot/bot.py:12: '.limits' imported but unused
instabot/bot/bot.py:14: 'from .bot_get import *' used; unable to detect undefined names
instabot/bot/bot.py:15: 'from .bot_like import *' used; unable to detect undefined names
instabot/bot/bot.py:16: 'from .bot_unlike import *' used; unable to detect undefined names
instabot/bot/bot.py:17: 'from .bot_follow import *' used; unable to detect undefined names
instabot/bot/bot.py:18: 'from .bot_unfollow import *' used; unable to detect undefined names
instabot/bot/bot.py:19: 'from .bot_comment import *' used; unable to detect undefined names
instabot/bot/bot.py:20: 'from .bot_checkpoint import *' used; unable to detect undefined names
instabot/bot/bot.py:21: 'from .bot_filter import *' used; unable to detect undefined names
instabot/bot/bot.py:23: 'from .bot_stats import *' used; unable to detect undefined names
instabot/bot/bot.py:79: 'read_list_from_file' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:83: 'read_list_from_file' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:115: 'get_your_medias' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:118: 'get_timeline_medias' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:121: 'get_user_medias' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:124: 'get_hashtag_medias' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:127: 'get_geotag_medias' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:130: 'get_timeline_users' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:133: 'get_hashtag_users' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:136: 'get_geotag_users' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:139: 'get_userid_from_username' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:142: 'get_user_info' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:145: 'get_user_followers' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:148: 'get_user_following' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:151: 'get_media_likers' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:154: 'get_media_likers' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:157: 'get_comment' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:160: 'get_media_commenters' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:165: 'like' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:168: 'like_medias' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:171: 'like_timeline' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:174: 'like_user_id' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:177: 'like_hashtag' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:180: 'like_geotag' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:183: 'like_users' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:186: 'like_followers' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:189: 'like_following' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:194: 'unlike' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:197: 'unlike_medias' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:202: 'follow' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:205: 'follow_users' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:208: 'follow_followers' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:211: 'follow_following' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:216: 'unfollow' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:219: 'unfollow_users' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:222: 'unfollow_non_followers' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:225: 'unfollow_everyone' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:230: 'comment' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:233: 'comment_hashtag' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:236: 'comment_medias' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:239: 'comment_users' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:242: 'comment_geotag' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:245: 'is_commented' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:250: 'save_checkpoint' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:253: 'load_checkpoint' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:256: 'checkpoint_followers_diff' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:259: 'checkpoint_following_diff' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:262: 'load_last_checkpoint' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:265: 'revert_to_checkpoint' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:270: 'check_if_file_exists' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:273: 'read_list_from_file' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:276: 'add_whitelist' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:279: 'add_blacklist' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:282: 'get_media_owner' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:285: 'check_media' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:288: 'check_user' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:291: 'convert_to_user_id' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot.py:296: 'save_user_stats' may be undefined, or defined from star imports: .bot_checkpoint, .bot_comment, .bot_filter, .bot_follow, .bot_get, .bot_like, .bot_stats, .bot_unfollow, .bot_unlike
instabot/bot/bot_checkpoint.py:1: 'time' imported but unused
instabot/bot/bot_checkpoint.py:2: 'random' imported but unused
instabot/tests/test.py:1: 'time' imported but unused
v-smoliak commented 7 years ago

I going to fix it

stasfilin commented 7 years ago

@vasyasvm Okay

ohld commented 7 years ago

@vasyasvm Still working on this Issue?

ohld commented 7 years ago

DONE IN #100