Skip to content

Commit 6a94d89

Browse files
authored
readme: making it easier
1 parent cf99df2 commit 6a94d89

File tree

1 file changed

+24
-9
lines changed

1 file changed

+24
-9
lines changed

README.md

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,37 @@
44

55

66
## Features
7-
- Asynchronous ( Good for your computer )
8-
- Support ( HTTP/S, SOCKS4, SOCKS5 ) Proxies
9-
- Auto Proxy Scraping Mode ( You don't have to get proxies )
7+
- Asynchronous
8+
- Support All Proxy Types: ( HTTP/S, SOCKS4, SOCKS5 )
9+
- Auto Proxy Scraping Mode: ( You don't have to get proxies )
1010

1111

12-
Arguments exmaple
13-
```
14-
# In this example we are sending to channel @tviews post number ( 4 )
12+
Arguments Exmaple + Modes
13+
14+
```python
15+
# In this examples we are sending to channel @tviews and the post number is ( 4 )
1516
# e.g: https://t.me/tviews/4
17+
```
18+
19+
```python
20+
# Auto Scraping Mode ( Auto Proxy "PROXYLESS" )
21+
# This mode scrape proxies automatically from many sources
22+
# You can update the sources from the auto dir
23+
# This mode run forever it auto resecrap proxyes when the first loop done
1624

17-
# Auto Scraping Mode ( Auto Proxy [ PROXYLESS ] MODE )
1825
tviews.py --mode auto --channel tviews --post 4
26+
```
27+
28+
```python
29+
# Load Proxies From File ( File List Of Proxies )
30+
# This mode allow you to run your own proxies from a txt file
1931

20-
# Load Proxies From File ( File List Mode )
2132
tviews.py --type http --mode list --proxy http.txt --channel tviews --post 4
33+
```
34+
35+
```python
36+
# Using Rotating Proxy ( Rotating Proxies )
37+
# This mode allow you to run your own Rotated Proxies
2238

23-
# Using Rotating Proxy ( Rotating Mode )
2439
tviews.py -t http -m rotate -p user:password@ip:port -c tviews -pt 4
2540
```

0 commit comments

Comments
 (0)