Skip to content

Commit 4d93414

Browse files
Update resources.md
1 parent 1b4f673 commit 4d93414

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/resources.md

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222

2323
See below for mostly Python libraries for interacting with the Twitter API.
2424

25+
If you want to use a JavaScript package rather, see my [JavaScript Twitter](https://michaelcurrin.github.io/code-cookbook/recipes/javascript/twitter/) recipes.
26+
2527
### Tweepy links
2628

2729
Tweepy is a Python library which is a wrapper on the Twitter API - you don't have to worry about writing URLs, handling auth, parsing data, paging and other complex tasks. The library can be used an abstract so you can fetch data and deal with it as Python objects and you can pass data to the API to perform actions like searches or post a status or retweet a status.

0 commit comments

Comments
 (0)