ChoiceCoin / Voting

A repository for voting systems using Choice Coin.
Other
641 stars 1.44k forks source link

BeautifulSoup Scraper #1166

Closed Bhaney44 closed 2 years ago

Bhaney44 commented 2 years ago

This issue has a bounty of 75,000 Choice. The goal for this issue is to solve the problem outlined in this issue with BeautifulSoup.

Here is the outline for the code. The code is currently producing the this error. The challenge is to grab the targets identified in the HTML. The targets should be grabbed for every row on the page and sent to a .csv file.

Bhaney44 commented 2 years ago

Update

It is believed BeautifulSoup is unable to access the data on AlgoExplorer. So, the task will be to grab the same data from AlgoScan.

Bhaney44 commented 2 years ago

Here are the targets for AlgoScan.

Bhaney44 commented 2 years ago

This Issue has been rendered unsolvable with BeautifulSoup due to a lack of data availability.