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)
- Host: GitHub
- URL: https://github.com/lpsm-dev/auto-earn-pre
- Owner: lpsm-dev
- Created: 2022-04-11T03:32:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T11:45:43.000Z (almost 3 years ago)
- Last Synced: 2025-02-22T04:44:29.982Z (over 1 year ago)
- Topics: automation, cryptocurrency, earnings, presearch
- Language: Python
- Homepage:
- Size: 12.4 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README

Auto Earn Pre
[]()
[]()
---

A simple script to help you earn Presearch Token
Description |
Getting Started |
Versioning |
Troubleshooting
DISCAIMER
`🚨 The entire risk of this project is yours 🚨`
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.
**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.
To check the change history, please access the [**CHANGELOG.md**](CHANGELOG.md) file.
If you have any problems, [open an issue in this project](https://github.com/lpsm-dev/auto-earn-pre/issues).
Give me a ⭐️ if this project helped you!

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