• Cookie Policy
  • Disclaimer
  • Privacy Policy
  • Contact
  • About Us
  • Terms of Service
Wednesday, August 10, 2022
  • Login
Techyuzer
  • News
  • How to
  • Featured
  • Reviews
  • Android
  • iOS
No Result
View All Result
Techyuzer
  • 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
2 years ago
in How to
Reading Time: 5 mins read
0
0
Twitter adds auto captions

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
ShareTweetSend
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)

Related Posts

Disable Background Apps Windows 11
How to

How to Disable Background Apps on Windows 11

August 9, 2022
Pay DStv Packages
How to

How to pay for your DStv Packages

August 2, 2022
How to Sign Up for MTN Business internet
How to

How to Sign Up for MTN Business internet

July 18, 2022
Create a Telegram Bot
How to

How to Create a Telegram Bot (Simplest Guide)

July 15, 2022
deposit cash at an ATM in Uganda
How to

How to deposit cash at an ATM in Uganda

July 12, 2022
clear system data on iPhone
How to

How to clear system data on iPhone (Updated)

July 12, 2022
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
  • Comments
  • Latest
Mobile Money Charges

MTN Mobile Money Charges (2022 Updated)

April 20, 2022
Lycamobile data bundles

How to buy/load Lycamobile data bundles in Uganda

June 22, 2022
Hexing Yaka Prepaid meter

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

March 18, 2022
Telegram featured

How to Send a Message to Yourself on Telegram?

March 18, 2022
Lycamobile data bundles

How to buy/load Lycamobile data bundles in Uganda

11
Hexing Yaka Prepaid meter

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

5
How To Sell On Amazon In Uganda

How To Sell On Amazon In Uganda

4
photo 2021 04 05 10 56 41

How to easily acquire a Ugandan passport 2021 updated

3
Disable Background Apps Windows 11

How to Disable Background Apps on Windows 11

August 9, 2022
Loan apps in Uganda

23 Best loan Apps in Uganda for instant loans in 2022

August 9, 2022
Pay DStv Packages

How to pay for your DStv Packages

August 2, 2022
DSTV packages 2022

DStv Packages Uganda 2022 Prices

August 2, 2022

Most Read

Mobile Money Charges

MTN Mobile Money Charges (2022 Updated)

April 20, 2022
Lycamobile data bundles

How to buy/load Lycamobile data bundles in Uganda

June 22, 2022
Hexing Yaka Prepaid meter

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

March 18, 2022
Telegram featured

How to Send a Message to Yourself on Telegram?

March 18, 2022
Umeme Uganda

Most Vital Umeme Yaka Codes And What They Actually Mean 2021

March 18, 2022
Umeme Yaka prices

The new Umeme Yaka prices (2022 updated)

April 20, 2022

Techyuzer

The latest technology news how-tos and reviews, covering computing, home entertainment systems, gadgets, and more.

Categories

  • Android
  • Automobile
  • Culture
  • Featured
  • How to
  • iOS
  • News
  • Reviews
  • SEO
  • Wordpress

Stay Connected

  • Cookie Policy
  • Disclaimer
  • Privacy Policy
  • Contact
  • About Us
  • Terms of Service

© 2022 Techyuzer. All rights reserved.

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

© 2022 Techyuzer. All rights reserved.

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In