Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 793 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 793 Bytes

Pastebin-Scraper

Cross platform Pastebin scraper written in C# using .Net Core 3. Scrapes the newest available public posts using a user defined regex pattern to search for content. This project is fully compliant with Pastebin's scraping API documentation and does require a pro account to have scraping API access.

To enable scraping access you can visit the URL below and whitelist the IP address of whatever connected device the software will be running on. Utilizing the power of .Net Core, this program is fully cross platform and can be used on Windows, Mac and Linux.

Feel free to share any feedback, feature requests and issues. Thank you!

Requirements