Skip to content

Proof of concept twitter username turbo using Tweepy

License

Notifications You must be signed in to change notification settings

Aero-Blue/twitter-turbo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitter-turbo

Proof of concept twitter username turbo using Tweepy, the idea of a turbo is to instantly take a username once it is available. This is an extremely fast and simple concept which can definitely be improved. Ideally you would only run this when you knew the name was becoming available because you will hit ratelimits

Get your API keys:

Apply for Access

Access Tokens Guide

Config.py:

In order to have read/write access to a twitter account, all keys and tokens must be provided by the user.

Copy and paste the appropriate keys/tokens into the file:

  • api_key

  • api_secret_key

  • access_token

  • access_token_secret

Running twitter.py

Once you run the program it will continue attempting the name change until it is closed.

Logging

Logs will be stored in twitter.log for debugging issues.

About

Proof of concept twitter username turbo using Tweepy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages