Skip to content

megrxu/efb-extract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EFB-WX Extractor

Extract users information from efb-wechat-slave databases.

This is meant to be the only part that other languages cannot handle, since data is stored in the pickles.

Usage

  • Place the two pickle files under the folder data/wxpy.
  • Run poetry run gunicorn efb_extract:app --bind 127.0.0.1:8090 to serve the web api.
    • Avaliable routes: /users/, /chats/ and /self/.
  • Run poetry run refresh-avatars to refresh the new avatars.

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages