first try solving pull error
This commit is contained in:
commit
5e8da8b800
2 changed files with 12 additions and 1 deletions
|
@ -40,3 +40,7 @@ For the bot_user_id run the commands
|
|||
myinfo = api.get_my_info()
|
||||
print(myinfo)
|
||||
```
|
||||
|
||||
|
||||
Information: It is important to change the settings for bots, otherwise with the standard conf
|
||||
the fdb-spider-interface does too many requests
|
||||
|
|
|
@ -39,8 +39,9 @@ if __name__ == '__main__':
|
|||
|
||||
# api.send_message('Ciao, I am the fdb-spider', room_id)
|
||||
|
||||
# myinfo = api.get_my_info()
|
||||
#myinfo = api.get_my_info()
|
||||
|
||||
<<<<<<< HEAD
|
||||
#room_history = api.get_private_room_history(room_id)
|
||||
|
||||
#print(room_history['messages'][0]['msg'])
|
||||
|
@ -49,6 +50,12 @@ if __name__ == '__main__':
|
|||
rooms = api.get_private_rooms()
|
||||
|
||||
print('blubidab oioioi', rooms)
|
||||
=======
|
||||
#print(myinfo)
|
||||
#rooms = api.get_private_rooms()
|
||||
|
||||
#print(rooms)
|
||||
>>>>>>> origin/master
|
||||
|
||||
# api.send_message('Ole', room_id)
|
||||
|
||||
|
|
Loading…
Reference in a new issue