|
4 | 4 |
|
5 | 5 |
|
6 | 6 | ## 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 ) |
10 | 10 |
|
11 | 11 |
|
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 ) |
15 | 16 | # 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 |
16 | 24 |
|
17 | | -# Auto Scraping Mode ( Auto Proxy [ PROXYLESS ] MODE ) |
18 | 25 | 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 |
19 | 31 |
|
20 | | -# Load Proxies From File ( File List Mode ) |
21 | 32 | 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 |
22 | 38 |
|
23 | | -# Using Rotating Proxy ( Rotating Mode ) |
24 | 39 | tviews.py -t http -m rotate -p user:password@ip:port -c tviews -pt 4 |
25 | 40 | ``` |
0 commit comments