An open API service indexing awesome lists of open source software.

https://github.com/lpsm-dev/auto-earn-pre

🤖 [Community Project] - A simple script to help you earn Presearch Token (PRE)
https://github.com/lpsm-dev/auto-earn-pre

automation cryptocurrency earnings presearch

Last synced: 12 months ago
JSON representation

🤖 [Community Project] - A simple script to help you earn Presearch Token (PRE)

Awesome Lists containing this project

README

          

gif-header

Auto Earn Pre

[![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)]()
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)]()

---

gif-about

A simple script to help you earn Presearch Token


Description   |   
Getting Started   |   
Versioning   |   
Troubleshooting

DISCAIMER

`🚨 The entire risk of this project is yours 🚨`

## ➤ Description

Presearch is a decentralized search engine powered by the community. Search privately, receive better results and get rewarded with the Presearch decentralized search engine, powered by blockchain technology.

## ➤ Getting Started

**Tools**

To development:

* Pre-Commit, Task, GitLeaks, Hadolint, Direnv
* Python + PIP

**Setup**

Create a dotenv file and run `direnv allow` or just setup this variables on your terminal.

| Variable | Description | Default |
|----------------------------------|--------------------------------------------------------------------------|------------------------|
| PRESEARCH_EMAIL | Pre-Search Account Email | "" |
| PRESEARCH_PASSWORD | Pre-Search Account Passoword | "" |
| PRESEARCH_2_AUTH | Enable if you have 2-Auth enable ('false' or 'true') | "false" |

**Install**

Run this to install all libs needed in this project:

```bash
pip install -r requirements.txt
```

The `requirements.txt` file should list all Python libs that this code use.

**Usage**

Run this to exec python code:

```python
python src/main.py
```

When executing the code, you will need to interact with the Pre-search and with the terminal to find out if you have completed the captcha and the 2-Auth process.

(back to top)

## ➤ Versioning

To check the change history, please access the [**CHANGELOG.md**](CHANGELOG.md) file.

(back to top)

## ➤ Troubleshooting

If you have any problems, [open an issue in this project](https://github.com/lpsm-dev/auto-earn-pre/issues).

(back to top)

## ➤ Show your support

Give me a ⭐️ if this project helped you!

gif-footer

Made with 💜 by [me](https://github.com/lpsm-dev) 👋 inspired on [readme-md-generator](https://github.com/kefranabg/readme-md-generator)