Skip to content

scrapes and exports clarkesworld magazine articles and issues

License

Notifications You must be signed in to change notification settings

og118/paranoid-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paranoid-android

A Clarkesworld Magazine scraper and exporter exposed as a Go-Gin based RESTful API server. Currently only capable of exporting EPUBs via email.

How to run the project locally?

  1. Install Golang
  2. Install Dependencies
go mod tidy
  1. Run the server
go run .

Routes

  • /issue/{issue_id}: exports all articles of a magazine issue with the given id, which is the issue number.
  • issue/{issue_id}/article/{article_id}: exports a specific article with given id

Emails

Contributing

Feel free to contribute, suggest and discuss ideas, improvements and report bugs ofc.

About

scrapes and exports clarkesworld magazine articles and issues

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published