Skip to content

jmartone/twitter-community

Repository files navigation

twitter-community (WIP)

A tool for analyzing communities on twitter based on a list of users or a handle's followers.

Requires authentication information in one JSON file twitter_creds.json with the following format:

[
	{
		"NAME": "[AUTHENTICATION_NAME]",
		"CONSUMER_KEY": "[CONSUMER_KEY]",
		"CONSUMER_SECRET": "[CONSUMER_SECRET]",
		"ACCESS_TOKEN": "[ACCESS_TOKEN]",
		"ACCESS_TOKEN_SECRET": "[ACCESS_TOKEN_SECRET]"
	}
]

Dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages