Skip to content

Latest commit

 

History

History
52 lines (25 loc) · 1.24 KB

HOW_TO_GENETARE_TOKEN.md

File metadata and controls

52 lines (25 loc) · 1.24 KB

How to generate Access token from twitter

Follow these simple steps I suppose that you have a twitter account, if you do not have twitter account then create a new account.

After opening apps.twitter click on Create New App 'Open apps.twitter'

2. Fill some information in this form and submit

You can put some random URL into website 'Open apps.twitter'

3. Now click on Keys and Access Tokens

'Open apps.twitter'

4. In application section find the following

Consumer key ************************* Consumer Secret(API Key) ************************ 'Open apps.twitter'

5. After getting information scroll down and click on Create My access token* in Your access token section

'Open apps.twitter'

6. Finall you will be able to get Access Token and Access Token Secreat

'Open apps.twitter'

Now you have the following information

  1. consumer_key = '********'

  2. consumer_secret = '***********'

  3. access_token = '************'

  4. access_token_secret = '**********'

Fill your real information into the python script and run...