Coder Social home page Coder Social logo

h3nkl3r / findmyaccounts Goto Github PK

View Code? Open in Web Editor NEW
13.0 2.0 3.0 2.19 MB

A privacy first, open-source tool that analyses your emails to find out where you possible could have accounts.

Home Page: https://findmyaccounts.com

License: MIT License

Python 100.00%
account email passwordmanager python privacy

findmyaccounts's People

Contributors

h3nkl3r avatar jonathanlaib avatar simongraeber avatar

Stargazers

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

Watchers

 avatar  avatar

findmyaccounts's Issues

imap-server.json missing

Describe the bug
imap-sever.json is missing when installed via pip

To Reproduce
Steps to reproduce the behavior:

  1. pip install WhereDoIHaveAnAccount
  2. run WhereDoIHaveAnAccount Skript in Terminal

Desktop (please complete the following information):

  • OS: Linux
  • Version 1.1.0

Not working with Gmail account

Script does not get fully executed for an Gmail account.

Getting the following error message:
imaplib.error: command SEARCH illegal in state AUTH, only allowed in states SELECTED

Feature: Use of Gmail API

Is your feature request related to a problem? Please describe.

"To help keep your account secure, starting May 30, 2022, ​​Google will no longer support the use of third-party apps or devices which ask you to sign in to your Google Account using only your username and password." Google

Describe the solution you'd like

Use Gmail API for email fetching

Describe alternatives you've considered

No response

Anything else?

https://support.google.com/accounts/answer/6010255?hl=en
https://developers.google.com/gmail/api/quickstart/python

Pandas: replace append method with concat because its deprecated

Describe the bug

append method to append dataframes is deprecated and needs to be replaced with concat.

Steps To Reproduce

Run any of the scrape functions

Expected behavior

No warning message

Relevant log output

WhereDoIHaveAnAccount/scraper.py:64: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
  email_header_df = email_header_df.append([{'from': msg.from_, 'subject': msg.subject}])

Anything else?

No response

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.