RostamBot
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
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
- .NET Core 2.2 SDK
- Twitter Developer Account
- SQL Server. If you are on linux, you can use SQL Server container images with Docker
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