Skip to content

Commit 840c770

Browse files
committed
move GAME twitter examples to examples folder
1 parent 15a007a commit 840c770

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

plugins/twitter/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ poetry install
5454
post_tweet_fn = game_twitter_plugin.get_function('post_tweet')
5555
post_tweet_fn("Hello world!")
5656
```
57-
You can refer to `test_game_twitter.py` for more examples on how to call the twitter functions. Note that there is a limited number of functions available. If you require more, please submit a feature requests via Github Issues.
57+
You can refer to `examples/test_game_twitter.py` for more examples on how to call the twitter functions. Note that there is a limited number of functions available. If you require more, please submit a feature requests via Github Issues.
5858
5959
- `TwitterPlugin`
6060
- If you don't already have one, create a X (twitter) account and navigate to the [developer portal](https://developer.x.com/en/portal/dashboard).
@@ -87,4 +87,4 @@ poetry install
8787
post_tweet_fn = twitter_plugin.get_function('post_tweet')
8888
post_tweet_fn("Hello world!")
8989
```
90-
You can refer to `test_twitter.py` for more examples on how to call the twitter functions.
90+
You can refer to `examples/test_twitter.py` for more examples on how to call the twitter functions.
File renamed without changes.

0 commit comments

Comments
 (0)