mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-22 15:26:43 +01:00
layer 145
This commit is contained in:
parent
49f27b489c
commit
31016a7301
2 changed files with 4 additions and 3 deletions
|
@ -499,8 +499,9 @@ async def _fetch_and_track_mtproto(app, output_dir):
|
|||
configs[f'peer/{peer_id}'] = peer
|
||||
|
||||
configs['GetPremiumPromo'].users = []
|
||||
configs['GetPremiumPromo'].currency = 'crawler'
|
||||
configs['GetPremiumPromo'].monthly_amount = -1
|
||||
configs['GetPremiumPromo'].status_text = 'crawler'
|
||||
configs['GetPremiumPromo'].status_entities = []
|
||||
configs['GetPremiumPromo'].period_options = []
|
||||
|
||||
keys_to_hide = {'access_hash', 'autologin_token', 'file_reference', 'file_reference_base64'}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
aiohttp==3.7.4.post0
|
||||
aiodns==3.0.0
|
||||
aiofiles==0.6.0
|
||||
git+https://github.com/pyrogram/pyrogram@7f9e841ccd44246ad855ad4855a6431a5823c554
|
||||
git+https://github.com/pyrogram/pyrogram@8490cfa0a92e2d57b6de9728b1d18ee3071be5b4
|
||||
TgCrypto==1.2.3
|
||||
beautifulsoup4==4.11.1
|
||||
cssutils==2.4.2
|
||||
|
|
Loading…
Reference in a new issue