RostamBot icon indicating copy to clipboard operation
RostamBot copied to clipboard

Twitter Bot to help fight fake accounts with Identifying and Group blocking them

RostamBot

Twitter Bot to help fight fake accounts with Identifying and Group blocking them

Build Status Codacy Badge time tracker

Getting Started

This project is based on ASP.NET Core. so you shouldn't have any problem running this in linux, windows or mac.

Prerequisites

How to run

clone the source code and then run following command in root folder of project.

dotnet build

then you need to change settings in appsettings.json file inside RostamBot.Web folder. note that you can use ASP.NET Core user secrets too. then you can run project with following command

dotnet run -p RostamBot.Web