Increment version
This commit is contained in:
parent
48f07bdf34
commit
af6b75669b
@@ -1,4 +1,3 @@
|
||||
|
||||
pytchat
|
||||
=======
|
||||
|
||||
@@ -35,6 +34,7 @@ while chat.is_alive():
|
||||
### callback mode
|
||||
```python
|
||||
from pytchat import LiveChat
|
||||
import time
|
||||
|
||||
chat = LiveChat("G1w62uEMZ74", callback = func)
|
||||
while chat.is_alive():
|
||||
@@ -115,6 +115,11 @@ Structure of each item which got from items() function.
|
||||
<td>int</td>
|
||||
<td>unixtime milliseconds</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>datetime</td>
|
||||
<td>str</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>amountValue</td>
|
||||
<td>float</td>
|
||||
|
||||
Reference in New Issue
Block a user