SilasReinagel / Twittimation

.NET Core Console Twitter Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twittimation · Build status GitHub license

Twittimation is a .NET Core 2.0 Console App designed to allow you to schedule tweets, and automate Twitter interactions.

Twittimation Logo


Features

  1. Tweet from the Command Line
  2. Schedule Tweets in Advance
  3. Automatically Like a Percentage of Followee's Tweets

Build

  1. Install the .NET Core SDK 2.0+
  2. Clone this repository git clone https://github.com/SilasReinagel/Twittimation/
  3. Navigate to the repository folder and run dotnet build

Installation

After Building the project:

  1. dotnet publish targetting your system's runtime
  2. Copy the publish output to the installation folder of your choice

Run

  1. Setup an App for your Account on the Twitter Developer Portal
  2. Save your Consumer and Access Keys and Secrets using the savecredentials command
  3. Run the help command to view the other application commands

License

You may use this code in part or in full however you wish.
No credit or attachments are required.

About

.NET Core Console Twitter Bot

License:MIT License


Languages

Language:C# 100.0%