Skip to content

Commit

Permalink
edit README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kanewi11 committed Oct 16, 2022
1 parent 72ae4dd commit ff8709c
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,28 @@
│ 98767242365.json
│ 98767242365.session
```
8. `nohup python reactionbot.py &`
8. `nohup python reactionbot.py &`


## Sample configuration file *.ini
You can add more parameters that Pyrogram supports.
```
[pyrogram]
api_id = you_api_id
api_hash = you_api_hash
# optional parameters
app_version = '8.8.5'
device_model = 'Vertu IVERTU'
system_version = 'Android'
```

## Sample configuration file *.json
You can add more parameters that Pyrogram supports.
```
{
"api_id": "you_api_id",
"api_hash": "you_api_hash",
...
}
```

0 comments on commit ff8709c

Please sign in to comment.