Add interactive CLI

This commit is contained in:
stilmaniac 2020-06-26 22:21:56 +03:00
parent 4eb01b47dd
commit 927f2d568c
5 changed files with 122 additions and 1 deletions

View file

@ -101,7 +101,7 @@ def get_games():
continue
elif int(points) - int(game_cost) > 0:
entry_gift(item.find('a', {'class': 'giveaway__heading__name'})['href'].split('/')[2])
n = n+1
except AttributeError:
break