Skip to content

xilaluna/fentanyl-epidemic-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Report Card

graph image

About

A Go scraper executed by a gin server endpoint that scrapes and crawls through every article on https://darknetlive.com/post/. During this process, articles relating to fentanyl are automatically selected and saved to a Mongo database.

Usage

You are able to call the gin server endpoint to scrape the website and fetch the articles from the database. The gin server is hosted on Railway and can be accessed at https://fentanyl-epidemic-tracker.xilaluna.com/.

API Endpoints:

  • /scrape - Scrapes the website and saves the articles to the database.
  • /articles - Fetches the articles from the database.
  • /ping - Pings the gin server to check if it is up.

How it Works

  1. First the gin server is started and the database is connected.
  2. The /scrape endpoint is called and checks pagination to see if a new page has been added.
  3. If a new page has been added, the articles are scraped and saved to the database if they contain the keyword "fentanyl".
  4. The /articles endpoint is called and the articles are fetched from the database.
  5. The articles are displayed on the website.

scraper image

Tech Stack

Future Plans

  • Store data in a Redis database.
  • Update the asthetics of the static website.
  • Create display to show each individual article.
  • Create a way to search for specific articles.
  • Speed up scraper.

About

A go scraper that identifies articles relating to fentanyl to map the trend of the fentanyl epidemic.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published