You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources.md
+2
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@
22
22
23
23
See below for mostly Python libraries for interacting with the Twitter API.
24
24
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
+
25
27
### Tweepy links
26
28
27
29
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