Updated API docs

This commit is contained in:
Dylan 2023-07-29 20:06:56 +01:00
parent 254ba8b88e
commit 6787d4b398

3
api.md
View File

@ -45,3 +45,6 @@ The following fields are returned:
"user_screen_name": "Twitter" // The actual handle of the user, i.e "NintendoAmerica"
}
```
Additionally, you can add the `include_txt` parameter. Setting it to 'true' will include an additional media URL, a link to a .txt containing basic tweet information.
`include_txt` can also be set to `ifnomedia`, which will only add a link to the .txt if there is no media URLs in the tweet.