>net user Administrator | findstr "active"
Account active Yes
| #!/bin/bash | |
| # ============================================================================ | |
| # VLESS + XRAY Reality VPN Server Installer | |
| # For Ubuntu 24.04 LTS | |
| # | |
| # This script automates the full installation and configuration of an | |
| # XRAY-core server with VLESS protocol and XTLS-Reality transport. | |
| # | |
| # Website: https://extravm.com | |
| # ============================================================================ |
| """ | |
| Original code is from pythoncircle.com | |
| https://www.pythoncircle.com/post/522/python-script-7-scraping-tweets-using-beautifulsoup/#new_comment_522 | |
| Modern python is good to go with Python 3.* | |
| Python 2.7 is nearing End of Life soon. | |
| Error Observed | |
| "bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library? | |
| " |
| @echo off | |
| :loop | |
| echo \ | |
| timeout 1 > nul | |
| cls | |
| echo ^| | |
| timeout 1 > nul | |
| cls |
| :: Run with full administrator rights | |
| netsh wlan export profile folder=. key=clear |
| #!/usr/bin/env python | |
| # encoding: utf-8 | |
| import tweepy | |
| import csv | |
| def get_all_tweets(screen_name): | |
| consumer_key = "" | |
| consumer_secret = "" |
| #!/usr/bin/env python | |
| # encoding: utf-8 | |
| import tweepy #https://github.com/tweepy/tweepy | |
| import csv | |
| #Twitter API credentials | |
| consumer_key = "" | |
| consumer_secret = "" | |
| access_key = "" |
| import os | |
| import re | |
| import time | |
| from collections import namedtuple | |
| import codecs | |
| import tweepy | |
| import json | |
| from datetime import datetime | |
| from requests.exceptions import Timeout, ConnectionError | |
| from requests.packages.urllib3.exceptions import ReadTimeoutError, ProtocolError |
telegram-scripts.js into JS consoleshowContacts() or showDialogs() to get the list of contacts with ids or the 20 last conversations in the same order of the client viewsaveChat(userId) where userId is the id from step 3 (inside the [] )Process can take a while, check console for progress. Occasionall FLOOD_WAIT errors are expected. Once done, browser will download the JSON file.