Skip to content

Commit

Permalink
1st working version
Browse files Browse the repository at this point in the history
  • Loading branch information
kostia7alania committed Feb 9, 2020
1 parent 68c7a04 commit b681d33
Show file tree
Hide file tree
Showing 6 changed files with 1,310 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
LOGIN=[email protected]
PASSWORD=myPassword
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
.env
52 changes: 52 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<h1 align="center">Welcome to badoo_autolikes_bot 👋</h1>
<p>
<img alt="Version" src="https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000" />
<a href="https://github.com/kostia7alania/badoo_autolikes_bot#readme" target="_blank">
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
</a>
<a href="https://github.com/kostia7alania/badoo_autolikes_bot/graphs/commit-activity" target="_blank">
<img alt="Maintenance" src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" />
</a>
<a href="https://github.com/kostia7alania/badoo_autolikes_bot/blob/master/LICENSE" target="_blank">
<img alt="License: ISC" src="https://img.shields.io/github/license/kostia7alania/badoo_autolikes_bot" />
</a>
</p>

> Badoo autolikes bot 2020 using NODE.JS
### 🏠 [Homepage](https://github.com/kostia7alania/badoo_autolikes_bot#readme)

## Install

```sh
npm install
```

## Usage

```sh
npm run start
```

## Author

👤 **Kostia7Alania**

* Website: https://vk.com/kostia7alania
* Github: [@kostia7alania](https://github.com/kostia7alania)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/kostia7alania/badoo_autolikes_bot/issues). You can also take a look at the [contributing guide](https://github.com/kostia7alania/badoo_autolikes_bot/blob/master/CONTRIBUTING.md).

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

Copyright © 2020 [Kostia7Alania](https://github.com/kostia7alania).<br />
This project is [ISC](https://github.com/kostia7alania/badoo_autolikes_bot/blob/master/LICENSE) licensed.

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_
Loading

0 comments on commit b681d33

Please sign in to comment.