+ All Categories
Home > Documents > MAKE A TWITTERBOT - djp3.westmont.edu€¦ · MAKE A TWITTERBOT CS 010 Design and Implementation of...

MAKE A TWITTERBOT - djp3.westmont.edu€¦ · MAKE A TWITTERBOT CS 010 Design and Implementation of...

Date post: 22-Aug-2020
Category:
Upload: others
View: 1 times
Download: 0 times
Share this document with a friend
20
MAKE A TWITTERBOT CS 010 Design and Implementation of Solutions to Computational Problems Prof. Donald J. Patterson
Transcript
Page 1: MAKE A TWITTERBOT - djp3.westmont.edu€¦ · MAKE A TWITTERBOT CS 010 Design and Implementation of Solutions to Computational Problems Prof. Donald J. Patterson

MAKE A TWITTERBOTCS 010

Design and Implementation of Solutions to Computational Problems

Prof. Donald J. Patterson

Page 2: MAKE A TWITTERBOT - djp3.westmont.edu€¦ · MAKE A TWITTERBOT CS 010 Design and Implementation of Solutions to Computational Problems Prof. Donald J. Patterson

WHAT IS TWITTER?

www.nltk.org

Page 3: MAKE A TWITTERBOT - djp3.westmont.edu€¦ · MAKE A TWITTERBOT CS 010 Design and Implementation of Solutions to Computational Problems Prof. Donald J. Patterson

MODULES EXTEND PYTHON• Numpy,Scipy

• Tweepy

• software to work with twitter

EXTENDING PYTHON

www.nltk.org

Page 4: MAKE A TWITTERBOT - djp3.westmont.edu€¦ · MAKE A TWITTERBOT CS 010 Design and Implementation of Solutions to Computational Problems Prof. Donald J. Patterson

REQUIREMENTS• Python

• A Twitter Account

• With an application registered

• Tweepy

MAKE A TWITTER BOT

www.nltk.org

Page 5: MAKE A TWITTERBOT - djp3.westmont.edu€¦ · MAKE A TWITTERBOT CS 010 Design and Implementation of Solutions to Computational Problems Prof. Donald J. Patterson

• go to

• https://apps.twitter.com/

CREATING AN APPLICATION ON TWITTER

www.nltk.org

Page 6: MAKE A TWITTERBOT - djp3.westmont.edu€¦ · MAKE A TWITTERBOT CS 010 Design and Implementation of Solutions to Computational Problems Prof. Donald J. Patterson

CREATING AN APPLICATION ON TWITTER

www.nltk.org

Page 7: MAKE A TWITTERBOT - djp3.westmont.edu€¦ · MAKE A TWITTERBOT CS 010 Design and Implementation of Solutions to Computational Problems Prof. Donald J. Patterson

CREATING AN APPLICATION ON TWITTER

www.nltk.org

Page 8: MAKE A TWITTERBOT - djp3.westmont.edu€¦ · MAKE A TWITTERBOT CS 010 Design and Implementation of Solutions to Computational Problems Prof. Donald J. Patterson

CREATING AN APPLICATION ON TWITTER

www.nltk.org

Page 9: MAKE A TWITTERBOT - djp3.westmont.edu€¦ · MAKE A TWITTERBOT CS 010 Design and Implementation of Solutions to Computational Problems Prof. Donald J. Patterson

CREATING AN APPLICATION ON TWITTER

www.nltk.org

Page 10: MAKE A TWITTERBOT - djp3.westmont.edu€¦ · MAKE A TWITTERBOT CS 010 Design and Implementation of Solutions to Computational Problems Prof. Donald J. Patterson

CREATING AN APPLICATION ON TWITTER

www.nltk.org

Page 11: MAKE A TWITTERBOT - djp3.westmont.edu€¦ · MAKE A TWITTERBOT CS 010 Design and Implementation of Solutions to Computational Problems Prof. Donald J. Patterson

MAKING PYTHON TALK TO TWITTER

www.nltk.org

Page 12: MAKE A TWITTERBOT - djp3.westmont.edu€¦ · MAKE A TWITTERBOT CS 010 Design and Implementation of Solutions to Computational Problems Prof. Donald J. Patterson

MAKING PYTHON TALK TO TWITTER

www.nltk.org

Page 13: MAKE A TWITTERBOT - djp3.westmont.edu€¦ · MAKE A TWITTERBOT CS 010 Design and Implementation of Solutions to Computational Problems Prof. Donald J. Patterson

MAKING PYTHON TALK TO TWITTER

www.nltk.org

Page 14: MAKE A TWITTERBOT - djp3.westmont.edu€¦ · MAKE A TWITTERBOT CS 010 Design and Implementation of Solutions to Computational Problems Prof. Donald J. Patterson

MAKING PYTHON TALK TO TWITTER

www.nltk.org

Page 15: MAKE A TWITTERBOT - djp3.westmont.edu€¦ · MAKE A TWITTERBOT CS 010 Design and Implementation of Solutions to Computational Problems Prof. Donald J. Patterson

MAKING PYTHON TALK TO TWITTER

www.nltk.org

Page 16: MAKE A TWITTERBOT - djp3.westmont.edu€¦ · MAKE A TWITTERBOT CS 010 Design and Implementation of Solutions to Computational Problems Prof. Donald J. Patterson

MAKING PYTHON TALK TO TWITTER

www.nltk.org

Page 17: MAKE A TWITTERBOT - djp3.westmont.edu€¦ · MAKE A TWITTERBOT CS 010 Design and Implementation of Solutions to Computational Problems Prof. Donald J. Patterson

MAKING PYTHON TALK TO TWITTER

www.nltk.org

Page 18: MAKE A TWITTERBOT - djp3.westmont.edu€¦ · MAKE A TWITTERBOT CS 010 Design and Implementation of Solutions to Computational Problems Prof. Donald J. Patterson

MAKING PYTHON TALK TO TWITTER

www.nltk.org

Page 19: MAKE A TWITTERBOT - djp3.westmont.edu€¦ · MAKE A TWITTERBOT CS 010 Design and Implementation of Solutions to Computational Problems Prof. Donald J. Patterson

MAKING PYTHON TALK TO TWITTER

www.nltk.org

Page 20: MAKE A TWITTERBOT - djp3.westmont.edu€¦ · MAKE A TWITTERBOT CS 010 Design and Implementation of Solutions to Computational Problems Prof. Donald J. Patterson

Recommended