Pinned issues
Issues
- 0
No Views
#50 opened by iCryptoScalper - 1
Views on all posts
#47 opened by BobleGun - 1
Waiting and not found
#49 opened by moecr7 - 3
issue with running with abspath
#13 opened by spac3orange - 2
Waiting...
#22 opened by MattTG01 - 0
- 1
Update proxy sources
#20 opened by saeedLima - 6
Run the script noothing happens
#21 opened by HimerRokovoy - 1
Invalid syntax
#18 opened by AlexandreAA1122 - 1
ModuleNotFoundError: No module named 'aiohttp'
#19 opened by saeedLima - 2
Very slow recently
#17 opened by damian2603 - 1
Don't appears Live Views
#16 opened by helviovn - 2
# In this example we are sending to channel @tviews post number ( 4 ) # e.g: https://t.me/tviews/4 # Auto Scraping Mode ( Auto Proxy [ PROXYLESS ] MODE ) tviews.py --mode auto --channel tviews --post 4 # Load Proxies From File ( File List Mode ) tviews.py --type http --mode list --proxy http.txt --channel tviews --post 4 # Using Rotating Proxy ( Rotating Mode ) tviews.py -t http -m rotate -p user:password@ip:port -c tviews -pt 4
#9 opened by sbhana1 - 1
Too fast
#15 opened by kaharlykskyi - 1
Support host:port:user:pass
#14 opened by catn1pdeal3r - 1
How to run
#11 opened by cuongLeader - 1
Doesn't work
#12 opened by bitiza - 0
- 1
from configparser import ConfigParser from time import sleep as swait from re import search error_file = open('errors.txt', 'a+', encoding='utf-8') logger = lambda error: error_file.write(f'{error}\n') def auto_loader(): try: cfg = ConfigParser(interpolation=None) cfg.read("config.ini", encoding="utf-8") return ( cfg["HTTP"].get("Sources").splitlines(), cfg["SOCKS4"].get("Sources").splitlines(), cfg["SOCKS5"].get("Sources").splitlines() ) except KeyError: print(' [ Error ] config.ini not found!') swait(3);quit() def input_loader(): url_input = search(r'(https?:\/\/t\.me\/)?([^/]+)/(\d+)', input(' [ INPUT ] Enter Post URL: ')) if url_input: _, channel, post = url_input.groups() return channel, post else: print(' [ ERROR ] Channel Or Post Not Found!') swait(3);quit()
#3 opened by tn7alsh - 0
- 2
Error
#2 opened by javedjakali786