jacobmakarsky / polifeed

Bot that will archive USA politician's tweets into an Arweave Permafeed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

polifeed

#What is this thing?

This repository includes a bot that scrapes twitter for tweets from a list of politicians at a hard coded time interval (currently 1 day). It then records those tweets into a JSON file. This JSON file was then uploaded to Arweave once data was finished recording. A website that uses HTML, CSS and Javascript was also created and is able to be uploaded to the Arweave. The website displays the permanent JSON data from the JSON url on the Arweave.

Note - The website was not able to be finished in time (the JSON data is unformattted, the intention was for it to be in an HTML table organized by the important keys in the JSON and their values). The search bar was also not able to be created in time for searching for data using ArQL.

#Why did I make it?

I wanted to learn how to develop something for the Arweave blockchain, so I entered their Permafeed competition. See the competition information here - https://gitcoin.co/issue/ArweaveTeam/Bounties/20/3827

Arweave Wallet used for uploading the data - sso-8cFNdj7HIAumOIzHiUFeToLYhOZq-9KYC67cTQs

About

Bot that will archive USA politician's tweets into an Arweave Permafeed

License:GNU General Public License v3.0


Languages

Language:HTML 67.0%Language:R 19.0%Language:CSS 11.8%Language:JavaScript 2.3%