Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Soviena committed May 26, 2022
1 parent 5c90b6c commit 8871fcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ without installing:
1. requests
1. platformdirs


### Notice
You need to create your own bot token from twitter, you can get it here [Twitter API Key](https://developer.twitter.com/en/portal/petition/essential/basic-info)
8 changes: 4 additions & 4 deletions twisv/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,10 @@ def checkUpdate():
else:
return False

logo = r"""
___ _ _ _ _ __ _ _
logo = r""" ___ _ _ _ _ __ _ _
|_ _|| | | || |/ _|| | |
| | | V V || |\_ \| V |
|_| \_n_/ |_||__/ \_/
"""
|_| \_n_/ |_||__/ \_/ """
config = get_config()
prefix = "https://api.twitter.com/2/tweets/"
head = {
Expand All @@ -91,6 +89,8 @@ def checkUpdate():
print(logo,end=" ")
if checkUpdate():
print("New Update Available!")
else:
print(versioning.ver)
print("\nType exit to quit")
while True:
tw_link = input("Tweet link : ")
Expand Down

0 comments on commit 8871fcc

Please sign in to comment.