Muntadhar Haydar
Published © GPL3+

Twitter Bot hosted on Raspberry Pi

A Twitter Bot hosted on Raspberry Pi powered by Windows 10 IoT Core.

BeginnerProtip1 hour1,372
Twitter Bot hosted on Raspberry Pi

Things used in this project

Hardware components

Raspberry Pi 2 Model B
Raspberry Pi 2 Model B
Or Raspberry Pi 3
×1

Software apps and online services

Windows 10 IoT Core
Microsoft Windows 10 IoT Core
The OS loaded on the Raspberry Pi

Story

Read more

Code

Implementation

C#
Those two lines of code are enough for a simple tweet.
Tweetinvi.Auth.SetUserCredentials(API_KEY, API_Secret, 
                                  ACCESS_TOKEN, ACCESS_TOKEN_SECRET);
Tweetinvi.Tweet.PublishTweet("Tweet from RPi3");

Credits

Muntadhar Haydar

Muntadhar Haydar

3 projects • 5 followers
A senior Electrical Engineering student, C# and Windows Apps programmer.

Comments