Techyuzer
  • News
  • How to
  • Featured
  • Reviews
  • Android
  • iOS
  • News
  • How to
  • Featured
  • Reviews
  • Android
  • iOS
No Result
View All Result
Techyuzer
No Result
View All Result

How to Tweet From Pretend Devices New Edition.

Harry Collins by Harry Collins
3 years ago
in How to
0
Twitter adds auto captions

twitter

374
VIEWS
Share on FacebookShare on Twitter

How to tweet from ‘Twitter for Gucci Smart Socks’ and etc.

Now, you’ve probably seen such tweets going viral where one is tweeting from the fridge, ‘LG Smart Refrigerator’ when ‘her mother took away her phone’, Gucci Smart Socks, and many more. Alas, but that was plain fake — no Gucci Smart Socks have Twitter clients. At least yet.

Don't even ask... : madlads
www.reddit.com/r/madlads/comments/d4flfz/dont_even_ask/

Good thing is — anyone can do that. From pretty much any device you can think of. The following steps will show you how.

1. Get an active Twitter account.

This should go without saying and hopefully if you are reading this, you already have one in your possession. Otherwise, follow this.

2. Now get a developer account. Don’t worry, it’s easy.

You will be creating a new ‘device’ — to do that you should go to the Twitter Developers Page. Click on ‘Apply’ in the upper right corner and click on ‘Apply for a developer account’ button.

Image for post
Click on ‘Apply’ in the upper right corner

You will now have to fill out a simple form. Twitter will ask you about your primary reason for using its developer tools. You can go with ‘Hobbyist’ or ‘Other’, for example. Note that you will have to verify your phone number for you account. You will also be asked how you will you use the Twitter API (200 characters), just keep it simple. Now review and submit your application. This is a relatively quick process, once you get your account approved, you can continue.

Image for post
‘Hobbyist’ or ‘Other’ suits you best
Image for post
Describe your intentions, keep it simple.
Image for post
As you are not going to use that, you can go with ‘No’ everywhere.

3. Create a Twitter application.

When your Twitter developer account is approved, go back to Twitter Developers Page and find ‘Apps’ in the droplist under your name. You can now create an app. Fill out the required fields and create an app. Do not allow this application to be used to sign in with Twitter.

Image for post
Click on ‘Create an app’ button in the upper right corner
Image for post
This is just an example. Fill out the rest of the form and click ‘Create’.

Now go to ‘Keys and tokens’ section and to get your keys and tokens. Copy them as you will need them for your using in your script below or on the website.

Image for post
Generate and copy everything, you will have to paste them into the code below

4. Get something you can run your code. Python/IDLE (this is the one I used to create the script)

Now you have to go into command prompt and type ‘Pip install Tweepy’. Wait for it to finish downloading the library.

Go to your Python editor and paste this code. You will need to replace the ‘key’ and ‘token’ variables with your keys and tokens you have copied earlier. To change your tweet contents just change “tweet = ‘Hello, world!’” into “tweet = ‘Whatever you want’”. Now run your code and see your result in your Twitter account.

import tweepy

# Create variables for each key, secret, token

consumer_key = ‘your_consumer_key’

consumer_secret = ‘your_consumer_secret’

access_token = ‘your_access_token’

access_token_secret = ‘your_access_token_secret’

# Set up OAuth and integrate with API

auth = tweepy.OAuthHandler(consumer_key, consumer_secret)

auth.set_access_token(access_token, access_token_secret)

api = tweepy.API(auth)

# Write a tweet to your Twitter account

tweet = ‘Hello, world!’

api.update_status(status=tweet)

5. Enjoy.

Well done! Thank you for reading this, hope it worked and you can tweet from any ‘device’ you want.

Tags: Twitter
Previous Post

How to change/convert a Facebook profile into a Page.

Next Post

How to screen record on your iPhone, or iPod touch and Android(2020 updated)

Next Post
ios12 iphone x screen record social card

How to screen record on your iPhone, or iPod touch and Android(2020 updated)

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Trending Articles

Mobile Money Charges

MTN Mobile Money Charges (2023 Updated)

1 year ago
Hexing Yaka Prepaid meter

What to do if your Yaka meter shows “Failed” after loading the token

2 years ago
Loan apps in Uganda

23 Best loan Apps in Uganda for instant loans in 2023

8 months ago
Lycamobile data bundles

How to buy/load Lycamobile data bundles in Uganda

1 year ago
Airtel withdraw Charges

Airtel Mobile Money Charges Uganda (2023 Updated)

10 months ago
Telegram featured

How to Send a Message to Yourself on Telegram?

2 years ago
  • Cookie Policy
  • Disclaimer
  • Privacy Policy
  • Terms of Service
Email us: info@techyuzer.com

© 2022 techyuzer

No Result
View All Result
  • News
  • How to
  • Featured
  • Reviews
  • Android
  • iOS

© 2022 techyuzer