Skip to content

Commit

Permalink
Merge pull request #155 from matfat55/main
Browse files Browse the repository at this point in the history
typos in README
  • Loading branch information
Labfox authored Feb 25, 2025
2 parents d466b9a + 0914fa4 commit 24f2c25
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,34 @@
[![Build](https://github.com/Labfox/whatsfly/actions/workflows/build.yml/badge.svg)](https://github.com/Labfox/whatsfly/actions/workflows/build.yml)

> [!WARNING]
> Our github page was hijacked, and I am working on removing the website. For now, please use ![https://labfox.github.io/whatsfly/](https://labfox.github.io/whatsfly/)
> Our GitHub page was hijacked, and I am working on removing the website. For now, please use ![https://labfox.github.io/whatsfly/](https://labfox.github.io/whatsfly/)
## Just run and have fun. Just try and go fly.

> [!NOTE]
> There currently isn't active development, but the project is still maintained. If you want a feature, please create an issue, I'll try to implement it as soon as possible (I usually respond withing 1-2 weeks).
> There currently isn't active development, but the project is still maintained. If you want a feature, please create an issue, I'll try to implement it as soon as possible (I usually respond within 1-2 weeks).

WhatsApp web wrapper in Python. No selenium nor gecko web driver needed.

Setting up browser driver is tricky for python newcomers, and thus it makes your code so 'laggy' while using lots of ram.
Setting up browser driver is tricky for python newcomers, and thus it makes your code so 'laggy' while using lots of RAM.

## Documentation

**Don't use** https://whatsfly.labfox.fr for now

## Supported machines

The library theoretically support every machine with go and cgo, but if the builds fails on your machine, there are pre-built binaries auto-downloaded for the following architectures:
The library theoretically supports every machine with Go and CGo, but if the builds fail on your machine, there are pre-built binaries auto-downloaded for the following architectures:

| Architecture | Status |
|----------------|-------------------|
| Linux amd64 ||
| Linux ARM64 | GH Worlflow error |
| Linux 686 | GH Worlflow error |
| Linux 386 | GH Worlflow error |
| Linux ARM64 | GH Workflow error |
| Linux 686 | GH Workflow error |
| Linux 386 | GH Workflow error |
| Windows amd64 ||
| Windows 32 bit | GH Worlflow error |
| Windows 32 bit | GH Workflow error |
| OSX arm64 ||
| OSX amd64 ||

Expand Down

0 comments on commit 24f2c25

Please # to comment.