Skip to content

kunalvats/Python-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Python Projects

Learning python by working on projects

1st: Twitter-Mining

Working on mining on Twitter API

Day 1:

Worked on installing tweepy (Twitter API for python) and studying little about it, then worked on creating Twitter developers account and accessing consumer key, consumer secret, access key, access secret for authorization into the API. Then read about some of it's certain basic modules. Finally worked on code for getting the data from Twitter and printed tweets from timeline and got data of friends and saved it into .json file.

That was it for Day 1, more work to do next day.

Day 2:

Worked on exploring about Stream and StreamListener methods from tweepy module. It is for gathering all the upcoming tweets. Also, used .filter method to filter tweets with certain keyword like in this case used '#python' keyword for filtering. It will gather all the upcoming tweet with'#python' and save it to data.json file in that directory.

Short day, all of it for today. More to learn next day.

About

Learning by doing projects everyday

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages