Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Fixed in the Twitter.py #126

Merged
merged 1 commit into from
Dec 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/dvilela/agents/memeooorr/aea-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ skills:
- valory/transaction_settlement_abci:0.1.0:bafybeigh2vkt74jrad5gtsczrgqcuhcqe7jkgjy7jdw56yamlzwwnaymjy
- valory/registration_abci:0.1.0:bafybeib3n6vqkfbrcubcbliebjnuwyywdinxkbzt76n6gbn2kg7ace47dq
- valory/reset_pause_abci:0.1.0:bafybeihkj6lmaypspyxe5qqrjgnolyck62pyvqoylr24ab6ue4steqcw7e
- dvilela/memeooorr_abci:0.1.0:bafybeic33rpfpbnarl7fqh2zht5hfo5tih6dgexwkm643a6wtfa5idxbhi
- dvilela/memeooorr_chained_abci:0.1.0:bafybeifurv6zlrlewu45dhshbnpc4m3cozlu7pi4kjdnwr75rio7ll6svq
- dvilela/memeooorr_abci:0.1.0:bafybeigbvxi7tpgcympvwrn6z6bgxjmsz6vetk3et7p2eeicspr5uuapka
- dvilela/memeooorr_chained_abci:0.1.0:bafybeicedyjtrpdaitjrfyqyuksjytkpb3l5uy2pzq347vnprpq3mkh3qi
default_ledger: ethereum
required_ledgers:
- ethereum
Expand Down
2 changes: 1 addition & 1 deletion packages/dvilela/services/memeooorr/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license: Apache-2.0
fingerprint:
README.md: bafybeiaekcmielp6mb4qvmo2twwkpmoun36bqajrh7wnnkcpdnia45ycl4
fingerprint_ignore_patterns: []
agent: dvilela/memeooorr:0.1.0:bafybeicfqenq6mc5jo4k7i6fwcjppyk7w6pkyik4kmuw4ghhrvki7daabm
agent: dvilela/memeooorr:0.1.0:bafybeiaj5umpveupabhzfhrs77ikkj5knhu2qn356vqmudnix2jrfwohn4
number_of_agents: 1
deployment:
agent:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ def interact_tweets( # pylint: disable=too-many-locals
# adding random delay to avoid rate limiting
delay = secrets.randbelow(5)
self.context.logger.info(f"Sleeping for {delay} seconds")
yield from self.context.sleep(delay)
yield from self.sleep(delay)

self.context.logger.info(f"Trying to {action} tweet {tweet_id}")

Expand Down
2 changes: 1 addition & 1 deletion packages/dvilela/skills/memeooorr_abci/skill.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fingerprint:
behaviour_classes/chain.py: bafybeigxfwko3rofqlzyjjhgeo6yabxseqngo2uz5muyfk3f2jjpgdrsli
behaviour_classes/db.py: bafybeieuhjes2gsiidepjxcojgnn3swx2znem5uwvz7rwkxpwls3dmlxf4
behaviour_classes/llm.py: bafybeifdhipccrdtfx5vay2sfd7vss4iovwtyeefuz5vrjewjbyatk35c4
behaviour_classes/twitter.py: bafybeiepsyh7r7sfr2wjikywce7chpdqk566h64eha77lblg3vk5phquze
behaviour_classes/twitter.py: bafybeiccxawsxrtecfxbgehjoyxfpjoynakhjgfpfjx7c6zmbrrpjjaoze
behaviours.py: bafybeibdbimezloiomvsv3zgfdug4tw276gt7tb5agnezl2nuqcfcplscu
dialogues.py: bafybeiaygigeleloplgrsg2sovv463uvzk3zc2tupgazn4ak2vqcangksu
fsm_specification.yaml: bafybeif4kr2lnj4ppaaxveej2a3gq2gul6gicu2rar2yeyhg4mspqsikxy
Expand Down
2 changes: 1 addition & 1 deletion packages/dvilela/skills/memeooorr_chained_abci/skill.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ skills:
- valory/reset_pause_abci:0.1.0:bafybeihkj6lmaypspyxe5qqrjgnolyck62pyvqoylr24ab6ue4steqcw7e
- valory/transaction_settlement_abci:0.1.0:bafybeigh2vkt74jrad5gtsczrgqcuhcqe7jkgjy7jdw56yamlzwwnaymjy
- valory/termination_abci:0.1.0:bafybeifi2uodnrjsrivj53g3sjutocmyusbx6mlsb6oanqdyt2mfbyvusy
- dvilela/memeooorr_abci:0.1.0:bafybeic33rpfpbnarl7fqh2zht5hfo5tih6dgexwkm643a6wtfa5idxbhi
- dvilela/memeooorr_abci:0.1.0:bafybeigbvxi7tpgcympvwrn6z6bgxjmsz6vetk3et7p2eeicspr5uuapka
behaviours:
main:
args: {}
Expand Down
8 changes: 4 additions & 4 deletions packages/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"contract/dvilela/service_registry/0.1.0": "bafybeie2rrgzcjehlp2feff6bhkuindxzrnuwxe2jcrsy2thcdtrsp2o24",
"connection/dvilela/twikit/0.1.0": "bafybeigm54eigom3nyp2t3u54yxznhb5gshpydmrmgeibmw6gqnmyqrv6m",
"connection/dvilela/genai/0.1.0": "bafybeidkxxlonrxirznivkmzc34wmby4e4s57rfg2b7k6xyos23g3y6cdy",
"skill/dvilela/memeooorr_abci/0.1.0": "bafybeic33rpfpbnarl7fqh2zht5hfo5tih6dgexwkm643a6wtfa5idxbhi",
"skill/dvilela/memeooorr_chained_abci/0.1.0": "bafybeifurv6zlrlewu45dhshbnpc4m3cozlu7pi4kjdnwr75rio7ll6svq",
"agent/dvilela/memeooorr/0.1.0": "bafybeicfqenq6mc5jo4k7i6fwcjppyk7w6pkyik4kmuw4ghhrvki7daabm",
"service/dvilela/memeooorr/0.1.0": "bafybeidkbylrtawgal322jsi7qvecbkk3havbvdsms7sabbeupabx2nhru"
"skill/dvilela/memeooorr_abci/0.1.0": "bafybeigbvxi7tpgcympvwrn6z6bgxjmsz6vetk3et7p2eeicspr5uuapka",
"skill/dvilela/memeooorr_chained_abci/0.1.0": "bafybeicedyjtrpdaitjrfyqyuksjytkpb3l5uy2pzq347vnprpq3mkh3qi",
"agent/dvilela/memeooorr/0.1.0": "bafybeiaj5umpveupabhzfhrs77ikkj5knhu2qn356vqmudnix2jrfwohn4",
"service/dvilela/memeooorr/0.1.0": "bafybeihgaoi7u4ryeopz3ujzeplmheqnsop7mh25nvkvzfp747uaurru6a"
},
"third_party": {
"protocol/open_aea/signing/1.0.0": "bafybeihv62fim3wl2bayavfcg3u5e5cxu3b7brtu4cn5xoxd6lqwachasi",
Expand Down
Loading