Coder Social home page Coder Social logo

writeup-finder's Introduction

Writeup Finder | A writeup every day

  • this python script for check medium,pentester.land writeups and etc.

Setup

  1. Go To config.py and set your discord webhook and you can change gif link
  2. First of all the script once run with this : python3 main.py nodiscord for get old writeup and save in found_links.txt then run python3 main.py
  3. in files/lists.txt you can add medium user and etc remember files content-type must be JSON/XML and fields names same in main.py
  4. You can use crontab for run every 5 hours

Screenshot from 2024-02-24 17-06-40

writeup-finder's People

Contributors

moeinerfanian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

writeup-finder's Issues

Resolved Issue with 403 Response by Adding User Agent

Thank you for the great program you wrote. It really helped me a lot. ❤️
However, after a while, I noticed that although the request is being sent, I'm getting a 403 response from the medium website. I tried adding a user agent, and with that modification, the issue was resolved.

    headers={'User-Agent':'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'}
    response = requests.get(url, headers = headers)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.