forked from SamuelTulach/VirusTotalUploader
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request SamuelTulach#97 from tnhung2011/patch-1
Fix typos, add some link, some requirements for the app and add the VirusTotal logo in README.md
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
<h3 align="center">VirusTotal Uploader</h3> | ||
<div><p align="center"><img src="https://raw.githubusercontent.com/SamuelTulach/VirusTotalUploader/master/uploader/uploader/icon.ico" width="75" height="75" /></p><h3 align="center">VirusTotal Uploader</h3></div> | ||
<p align="center">Open-source desktop uploader for VirusTotal.</p> | ||
<p align="center"> | ||
<img src="https://badges.gitter.im/VirusTotalUploader/Lobby.svg" href="https://gitter.im/VirusTotalUploader/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge" /> | ||
<img src="https://ci.appveyor.com/api/projects/status/ulpfhv1v32bhwaju?svg=true" href="https://ci.appveyor.com/project/SamuelTulach/virustotaluploader" /> | ||
<img src="https://api.codacy.com/project/badge/Grade/4c55d4a2ca28421b989d6f16ec0399bd" href="https://www.codacy.com/manual/SamuelTulach/VirusTotalUploader?utm_source=github.com&utm_medium=referral&utm_content=SamuelTulach/VirusTotalUploader&utm_campaign=Badge_Grade" /> | ||
<a href="https://gitter.im/VirusTotalUploader/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img src="https://badges.gitter.im/VirusTotalUploader/Lobby.svg" href="https://gitter.im/VirusTotalUploader/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge" /></a> | ||
<a href="https://ci.appveyor.com/project/SamuelTulach/virustotaluploader"><img src="https://ci.appveyor.com/api/projects/status/ulpfhv1v32bhwaju?svg=true" href="https://ci.appveyor.com/project/SamuelTulach/virustotaluploader" /></a> | ||
<a href="https://www.codacy.com/manual/SamuelTulach/VirusTotalUploader?utm_source=github.com&utm_medium=referral&utm_content=SamuelTulach/VirusTotalUploader&utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/4c55d4a2ca28421b989d6f16ec0399bd" href="https://www.codacy.com/manual/SamuelTulach/VirusTotalUploader?utm_source=github.com&utm_medium=referral&utm_content=SamuelTulach/VirusTotalUploader&utm_campaign=Badge_Grade" /></a> | ||
</p> | ||
|
||
#### Warning | ||
This is not officially supported application. It was created, because official VirusTotal desktop app is unmaintained. If you are afraid you can build it from source by yourself. Also please don't download it from any 3d party sites. | ||
This is not officially supported application. It was created because official VirusTotal desktop app is unmaintained. If you are afraid, you can build it from source by yourself. Also please don't download it from any third-party sites. | ||
|
||
#### Download | ||
#### Download (<a href="https://dotnet.microsoft.com/download/dotnet-framework/thank-you/net46-web-installer"><img alt="GitHub release" src="https://img.shields.io/badge/Requires-.NET%20Framework%204.6%20(or later)-blue"></a>) | ||
Please go to [releases page](https://github.com/SamuelTulach/VirusTotalUploader/releases) to download compiled app and installer. *Don't forget to star the repo!* | ||
|
||
#### How to get API key | ||
It is really simple! All you need to do is to go to [VirusTotal official page](https://www.virustotal.com/), create profile and copy your key. | ||
|
||
![screenshot1](assets/1.gif) | ||
<img src="assets/1.gif" /> | ||
|
||
#### How to use | ||
It is really easy! Just drag and drop file into the app and voila! | ||
|
||
![screenshot2](assets/2.gif) | ||
<img src="assets/2.gif" /> | ||
|
||
#### Contributing | ||
If you have any idea how to make this app better, please create pull request. If you find any bug, please create issue. | ||
If you have any idea how to make this app better, please [create a pull request](https://github.com/SamuelTulach/VirusTotalUploader/compare). If you find any bug, please [create an issue](https://github.com/SamuelTulach/VirusTotalUploader/issues/new). | ||
|
||
#### License | ||
This project is licensed under GPLv3 and it's libraries under their license. Please check both LICENSE.txt and LICENSE_3rd.txt. | ||
This project is licensed under GPLv3 and it's libraries under their license. Please check both [LICENSE.txt](LICENSE.txt) and [LICENSE_3rd.txt](LICENSE_3rd.txt). |