Metadata-Version: 2.1
Name: coin-clicker
Version: 1.0.4
Summary: Auto-clicks telegram crypto-bot websites to earn money.
Home-page: https://github.com/lee-hodg/coin-clicker
License: MIT
Keywords: LTC,Telegram,Automate,Cyrpto,Click
Author: lee
Author-email: lee@logicon.io
Maintainer: lee
Maintainer-email: lee@logicon.io
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyInquirer (>=1.0.3,<2.0.0)
Requires-Dist: Telethon (>=1.18.2,<2.0.0)
Requires-Dist: asyncio (>=3.4.3,<4.0.0)
Requires-Dist: coloredlogs (>=15.0,<16.0)
Requires-Dist: pyfiglet (>=0.8.post1,<0.9)
Requires-Dist: selenium (>=3.141.0,<4.0.0)
Requires-Dist: webdriver-manager (>=3.2.2,<4.0.0)
Project-URL: Repository, https://github.com/lee-hodg/coin-clicker
Description-Content-Type: text/markdown

# Coin clicker

![Made with love in Brazil](https://madewithlove.now.sh/br?heart=true&template=for-the-badge)


## Screenshot 

![CLI Screenshot](https://github.com/lee-hodg/coin-clicker/blob/master/coin_clicker.png?raw=true)

The purpose of this app is to visit telegram clickbot channels and automatically visit
the websites they provide in order to earn crypto-currency, such as LTC.

## Requirements

Python 3.6+

## Installation

```bash
pip install coin-clicker
```

## Running

```bash
python -m coin_clicker 
```

You will be asked to enter your phone number and then verify the code they send you on
the first run. Next you choose which bot you wish to visit sites for. Finally, you can choose
whether to run the bot in "headless" mode or not. Headless mode means you won't see
a browser doing the visits vs seeing Chrome popup and being automated (useful for tests).

You should see the script visiting websites provided and earning crypto for you.
At some point it will run out of websites to visit and wait until more become available.

## Developer notes

With `poetry` there is no need to have a `setup.py` in the root. Just run
`poetry build` and `poetry publish`. The archived in `dist/` will get a `setup.py` generated
from the values in `pyproject.toml`.

