-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
826270a
commit 4b7b89f
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Introduction to APIs && Build Your Own Twitter Bot | ||
|
||
## Tutorial Contents | ||
|
||
- Slides | ||
- Code | ||
- [Facebook Event](https://www.facebook.com/events/293728037657127/) | ||
- [Google Hangouts On Air link (for streaming during the tutorial)](https://plus.google.com/u/0/events/c6ifro34alt71m9rsidj0mki9k8) | ||
- YouTube link (for watching afterwards) | ||
|
||
## Other Resources | ||
|
||
### APIs | ||
|
||
- [Intro to APIs, HackNorthwestern edition](https://docs.google.com/presentation/d/1P-IyWwzWGGk53HE4K8B6v87sSQ-QP_OscEqcQx0nUv4/edit#slide=id.p) | ||
- [More in-depth intro to APIs](https://zapier.com/learn/apis/) | ||
- [API Directory](http://www.programmableweb.com/apis/directory) | ||
- [Clarifaing Gender Roles (Clarifai API Use Example)](https://github.com/alainakafkes/clarifaing-gender-roles) | ||
|
||
### HTTP | ||
|
||
- [Beginner's Guide to HTTP & REST APIs](https://gist.github.com/garciadanny/6896044) | ||
|
||
### Setting Up Python | ||
|
||
- [How to Install Pip, the Python Package Manager](https://pip.pypa.io/en/stable/installing/) | ||
- [How to Install Python, Windows edition](https://www.python.org/downloads/windows/) | ||
|
||
### Tweepy | ||
|
||
- [Tweepy Documentation](http://docs.tweepy.org/en/v3.5.0/) | ||
|
||
### More Twitter Bot Tutorials | ||
|
||
- [Pommunism Bot](https://github.com/alainakafkes/pommunism) |