Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkerogutcu committed Apr 23, 2023
2 parents c3fbf7c + a1d91e0 commit e30c9bc
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# KeyDrop Giveaway Bot

KeyDrop Giveaway Bot is an automatic entry bot for the KeyDrop website's request-based giveaways. Its purpose is to enable users to enter these giveaways without having to manually enter their details each time. With this bot, users can simply input their desired giveaway and wait for the results. It streamlines the giveaway process and makes it easier for users to participate in these events.
KeyDrop Giveaway Bot is an automatic join bot for the KeyDrop website's request-based giveaways. Its purpose is to joinable users to join these giveaways without having to manually join their details each time. With this bot, users can simply input their desired giveaway and wait for the results. It streamlines the giveaway process and makes it easier for users to participate in these events.


## Installation
Expand All @@ -19,10 +19,9 @@ Clone the project
Go to the project directory

```bash
cd keydrop-giveaway-bot
cd keydrop-giveaway-bot/src
```


Build Project
```bash
dotnet build
Expand All @@ -31,15 +30,15 @@ Build Project
Start Project

```bash
dotnet run KeyDropGiveawayBot.exe
dotnet run
```


## Environment Variables

To run this project, you will need to add the following environment variables to your appsettings.json file.

`cookie`: Please set the cookie information from the "request headers" section of the request sent in the network tab of the DevTools panel, after opening the https://key-drop.com/tr/token link in your browser.
`cookie`: Set the cookie information from the "request headers" section of the request sent in the network tab of the DevTools panel, after opening the https://key-drop.com/tr/token link in your browser.

`userAgent`: Get your user-agent information from https://www.whatsmyua.info/

Expand All @@ -51,3 +50,11 @@ To run this project, you will need to add the following environment variables to


![screenshot2](https://github.com/ilkerogutcu/keydrop-giveaway-bot/blob/master/images/Screenshot_2.png)

## Contributing

Thank you for your interest in contributing to this project! Contributions are welcome and appreciated.

If you have any questions or suggestions, please feel free to open an issue or submit a pull request. I will review your contributions as soon as possible.

Together, we can make this project better!

0 comments on commit e30c9bc

Please sign in to comment.