https://github.com/teppyboy/bingto
Automate Bing searches to earn Microsoft Rewards points.
https://github.com/teppyboy/bingto
automation playwright playwright-python python
Last synced: 17 days ago
JSON representation
Automate Bing searches to earn Microsoft Rewards points.
- Host: GitHub
- URL: https://github.com/teppyboy/bingto
- Owner: teppyboy
- License: mit
- Created: 2023-08-18T20:18:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T12:11:10.000Z (over 2 years ago)
- Last Synced: 2024-01-19T13:32:47.718Z (over 2 years ago)
- Topics: automation, playwright, playwright-python, python
- Language: Python
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bingto
Automate Bing searches to earn Microsoft Rewards points.
> [!WARNING]
> Mobile mode is not working, please append `--skip-mobile` before running.
## Usage
For the first run, if you don't have Edge & WebKit then you need to execute `bingto --install` to
complete the dependency install.
Then after that, execute `bingto` and let it do the job.
For advanced option please referer to `--help`.
## Installation
Use [pipx](https://pypa.github.io/pipx/installation/) to install this:
```bash
pipx install git+https://github.com/teppyboy/bingto
# Then execute this to complete the installation.
bingto --install
```
## License
[MIT](./LICENSE)