Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/skulltech/goodgives

Auto enter giveaways in Goodreads.
https://github.com/skulltech/goodgives

bot giveaways goodreads python3 scraper

Last synced: 10 days ago
JSON representation

Auto enter giveaways in Goodreads.

Awesome Lists containing this project

README

        

# goodreads-giveaways
Auto enter giveaways in Goodreads.

## Installation and Set-up

Clone the repo and install the pre-reqs.
```console
git clone https://github.com/SkullTech/goodreads-giveaways.git
cd goodreads-giveaways
pip3 install -r requirements.txt
```

___Important___: Before running the script, make sure you've entered a giveaway manually _at least once_. The first time involves _setting up a new address_, and the script assumes that it's done. Also, if you have multiple addresses set-up, the script takes the first one.

## Usage

Run the script from the terminal like the following example.

```console
~/Documents/goodreads-giveaways master ✔ 0m
▶ python3 giveaways.py
[?] Enter your Goodreads username: sumit.ghosh**@gmail.com
[?] Enter your Goodreads password:
[*] Successfully logged in to Goodreads!
[*] 290 giveaways scraped.

[*] Entered giveaway for: Economics for Managers: Part 1 - 271908
[*] Entered giveaway for: Gonefishing India - 271909
[*] Entered giveaway for: The Bhagavadgeethaa - 271917
[*] Entered giveaway for: Quantitative Aptitude Simplified - 271915
[*] Entered giveaway for: FRATERHOUSE - 271916
[*] Entered giveaway for: Trading Psychology : The Bible for Traders - 271918
[*] Entered giveaway for: Zur goldenen Stunde - Band 2: Historischer Roman - 272094
[*] Entered giveaway for: Nature's Confession - 272806
[*] Entered giveaway for: The Great Wizard Wars - 268977
...
```