andrecronje / ICO-Drops-Scraper

Scraping data from ICO drops with selenium and python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ICO Drops Data Scraper

Scraping ico drops upcoming icos

Currently, it can scrape ico name, description, category, icodrops rating, hardcap, ico date, telegram link, telegram followers, twitter link, twitter followers, and medium link

Setup

Install the required packages through pip install -r requirements.txt

If you're not using Windows, You'll also have to download chromedriver and modify the executable_path in this line to your respective install driver = webdriver.Chrome(executable_path='chromedriver.exe', chrome_options=chrome_options)

Next Steps

I haven't implemented the google sheets API use or the logic that would be needed for it. I think the best way would to first get all of the sheets data, and the first line inside the loop would check if that ICO already exists in the sheets, if it does, do a continue (skip that one). Once it's done scraping, you'd simply append the rows into the sheet.

About

Scraping data from ICO drops with selenium and python

License:GNU General Public License v3.0


Languages

Language:Python 100.0%