Skip to content

A small library to extract status id from the given twitter account

Notifications You must be signed in to change notification settings

BaLaurent/TwitterStatusExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

TwitterStatusExtractor

A small library to extract status id from the given twitter account

Usage

import the file tse.py in the same folder than your project, then at the start of the file using the script use import tse as tse

Functions

where user is the name of the twitter account without the @

getStatusIds(user,nbStatus=3,headless=True) : retrieve the last nbStatus for the given user

getStatusMultipleUsers(listUsers,nbStatus=3,headless=True): retrieve the last nbStatus for each user in the listUsers

About

A small library to extract status id from the given twitter account

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages