Skip to content

GoswamiTushar/Twitter-Scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter-Scraper

This project uses Twitter API to get data from the twitter In order to use this , you'll have to create a twitter developer account, Get you access tokens and enter them in API-Data.py

  1. 'authorize.py' file works like oauth and oauth2 library of python It is used to handle the process related to authorization while dealing with API's

  2. 'API_Data.py' is the section where we will enter our token which we have got by signing up on twitter's developer account.

  3. 'twurl.py' is the module which converts the inputs and tokens into twitter accepted url format

  4. 'twtest.py is the module which will interact with all the above three modules and with which the user will play the most this module is by default set to testing inputs, one can change it according to his/her needs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%