Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/skulltech/goodgives
- Owner: skulltech
- License: mit
- Created: 2018-01-08T07:04:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T16:48:29.000Z (about 7 years ago)
- Last Synced: 2023-03-01T20:55:48.564Z (almost 2 years ago)
- Topics: bot, giveaways, goodreads, python3, scraper
- Language: HTML
- Homepage:
- Size: 144 KB
- Stars: 20
- Watchers: 4
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
...
```