Skip to content

Commit

Permalink
fix: remove unnecessary files
Browse files Browse the repository at this point in the history
This PR indicates the existence of an API made to just manipulate GMAIL operations and nothing else.
  • Loading branch information
Nightshade14 committed Nov 18, 2024
1 parent 060276a commit c98a043
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 503 deletions.
1 change: 0 additions & 1 deletion .python-version

This file was deleted.

17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,21 +52,6 @@ Note: One can run tools like ruff and pytest independently or can run them throu

Note: Request to keep all `communication` in the Google Chats Project Group.

## Trello Setup

- Create a Trello account.
- Go to https://trello.com/power-ups/admin to create a new Power-up.
- Check the new power-up, click `API key` on the left side panel.
- Copy the API key and visit https://trello.com/1/authorize?expiration=1day&name=yourAppName&scope=read,write&response_type=token&key=your_api_key, replace `your_api_key` with your own api key. The expiration and the name can be changed if needed.
- Create a .env file, input your API key and token:

```
TRELLO_API_KEY=your_api_key
TRELLO_OAUTH_TOKEN=your_token
```

- Run TrelloManager.py and you will see the test result.

# License

mAIgic has a MIT-style license, as found in the [LICENSE](LICENSE) file.
mAIgic has a MIT-style license, as found in the [LICENSE](LICENSE) file.
203 changes: 0 additions & 203 deletions assistant.py

This file was deleted.

Loading

0 comments on commit c98a043

Please sign in to comment.