Skip to content

Commit

Permalink
New version 🚀 (Bug with user info)
Browse files Browse the repository at this point in the history
  • Loading branch information
TKAMING committed Jan 7, 2023
1 parent 3573baf commit 2a54c5e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion scrapes/twittermodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def twitterUserInfo():
username = input(f"[*] Whats your {name} account username (Valid)?\n $ ")

# password validation

while True:
password = getpass.getpass(prompt = f"\n[*] Whats your {name} account password (Valid)?\n $ ")
password_check = getpass.getpass(prompt = f"\n[*] Enter your password again\n $ ")
Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
from setuptools import setup
import os

#version = os.system("sudo curl https://raw.githubusercontent.com/TKAMING/Scrapes/main/version.txt")

setup(
name = 'Scrapes',
version = 1.8,
version = 1.9,
packages = ['scrapes'],
license = "MIT License",
#install_requires=['Chrome'],
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.1
1.9

0 comments on commit 2a54c5e

Please sign in to comment.