Commit Graph

105 Commits

Author SHA1 Message Date
0x5c 846509549c Updated Makefile and templates
From 0x5c/quick-bot-no-pain
2019-11-25 05:43:20 -05:00
Abigail Gold 80c406b6f8 Merge pull request #74 from classabbyamp/info
show bot's profile picture in info command, and make qrz images thumbnails
2019-11-11 21:21:15 -05:00
Abigail Gold e4fe3480e9 and the same to QRZ images 2019-11-11 21:20:25 -05:00
Abigail Gold 522f37586d show bot's profile picture in info command 2019-11-11 21:13:43 -05:00
Abigail Gold a02e68b91f Merge pull request #73 from classabbyamp/ping-surprise
ternary statements, ofc
2019-11-09 23:02:59 -05:00
Abigail Gold eaae8a7ece ternary statements, ofc 2019-11-09 23:01:58 -05:00
Abigail Gold 118e3f5d90 Merge pull request #72 from classabbyamp/ping-surprise
PONG!
2019-11-09 02:21:44 -05:00
Abigail Gold 4b6e8db257 PONG! 2019-11-09 02:17:48 -05:00
Abigail Gold 489c04a945 Merge pull request #71 from classabbyamp/docker2
change FROM to alpine 3.10
2019-11-09 02:03:40 -05:00
Abigail Gold 404e67a0c2 back to the future 2019-11-09 02:02:46 -05:00
Abigail Gold f0b0d090aa add cython, change FROM to alpine 3.10 2019-11-09 01:48:00 -05:00
Abigail Gold d66cc63b5f Merge branch 'changelog' 2019-11-06 00:49:53 -05:00
Abigail Gold 5e427b0140 Merge branch 'master' into changelog 2019-11-06 00:47:39 -05:00
Abigail Gold 7cd231b043 load changelog at cog load 2019-11-06 00:44:39 -05:00
Abigail Gold 4d86c2d9be Merge pull request #64 from classabbyamp/docker
Docker files!
2019-11-05 01:33:46 -05:00
Abigail Gold 0418ae16a6 updates based on PR review, and new code in quickbot 2019-11-04 12:17:59 -05:00
Abigail Gold 7bf5071bb9 Update Makefile
Co-Authored-By: 0x5c <0x5c.dev@gmail.com>
2019-11-04 09:51:17 -05:00
Abigail Gold a65d8bd580 Update Makefile
Co-Authored-By: 0x5c <0x5c.dev@gmail.com>
2019-11-04 09:51:07 -05:00
Abigail Gold 4743a2524f i'm a dummy 2019-11-03 10:43:43 -05:00
Abigail 34cf410131 add docker deployment files 2019-11-02 16:56:53 -04:00
Abigail 824af34cbf move keys.py and options.py to the data directory 2019-11-02 16:56:03 -04:00
Abigail Gold a7578d5b8c PEP8 fixes 2019-10-30 15:31:17 -04:00
Abigail Gold 94109b7a94 changelog command finished 2019-10-30 15:26:29 -04:00
Abigail Gold 12a7f9bbac first try at implementing a changelog command. This is unfinished but
functional.
2019-10-29 13:54:48 -04:00
Abigail Gold c74db9a60c Merge pull request #62 from classabbyamp/weather
add weather command, move solar weather to weather cog,
2019-10-28 14:33:54 -04:00
Abigail Gold c4b83bdb41 Update CHANGELOG.md
Co-Authored-By: 0x5c <0x5c.dev@gmail.com>
2019-10-28 14:32:59 -04:00
Abigail Gold 43120d9191 add weather command, move solar weather to weather cog,
change no subcommand in ae7qcog to send help.
2019-10-28 00:23:56 -04:00
0x5c af3f341c27 QRZCog: quick mini linting (#60) 2019-10-27 10:49:19 -04:00
Abigail Gold 29d604c456 Merge pull request #47 from classabbyamp/qrzcog
Qrzcog
2019-10-27 10:06:00 -04:00
Abigail Gold b02b3a2b1c Create CHANGELOG.md 2019-10-21 23:25:54 -04:00
Abigail Gold 02433947b6 add error message, retry on session timeout 2019-10-20 14:44:29 -04:00
Abigail Gold f5ec8f0d8b convert qrz lookup to use pure lxml instead of bs4 2019-10-19 22:55:53 -04:00
0x5c 6153af0f62 Added .flake8
Project-wide settings
2019-10-18 16:16:57 -04:00
0x5c 7684cfe2bc fixed workflow name 2019-10-18 16:03:19 -04:00
0x5c 3c7367e919 fixed file location 2019-10-18 16:01:24 -04:00
0x5c f1681a4e69 Added flake8 action
- Let's see how it goes
2019-10-18 15:53:30 -04:00
Abigail Gold 93b0bae2c1 fix wasteful session usage 2019-10-18 15:27:35 -04:00
Abigail Gold 5bc7011f7d smol fixes 2019-10-18 12:45:26 -04:00
0x5c ae067acf0e sYnTAx eRrOR 2019-10-18 11:37:24 -04:00
0x5c c790e856d9 should be better 2019-10-18 11:26:06 -04:00
0x5c daf461b6ac now it can start 2019-10-18 11:13:24 -04:00
0x5c 6de73ac319 Merge pull request #46 from classabbyamp/img-improvements
more imagecog improvements
2019-10-18 09:26:20 -04:00
Abigail Gold 68f8a52c15 list possible args on improper arg in map/plan 2019-10-18 08:45:56 -04:00
Abigail Gold 769c93050b linting with flake8 and pylint, code cleanup (#39)
* linting with flake8 and pylint

* add type hinting

* more linting

* and i oop

* revert caps

* update info

* remove unnecessary docstrings

* Update info.py
2019-10-18 08:27:05 -04:00
Abigail Gold e0b1e673dc Merge pull request #42 from classabbyamp/5c-fixpaths
ImageCog: Fixed image paths
2019-10-18 08:25:07 -04:00
Abigail Gold a2dd8022ef Merge pull request #40 from classabbyamp/5c-pngoptimise
Maps&Bandplans: Extreme image optimisation
2019-10-18 08:24:25 -04:00
0x5c f07b331fd0 ImageCog: Fixed image paths
Fixes #41
2019-10-18 06:06:20 -04:00
0x5c bd5ba08a3c Maps&Bandplans: Extreme image optimisation
- Downsized multiple images
- Ran 'pngquant --quality 30-40' on all images
- MX bandplan had to be specially handled in Photoshop for both tasks

Part of changes for #38
2019-10-18 05:16:08 -04:00
Abigail Gold a0c224654b slight changes 2019-10-17 22:29:53 -04:00
Abigail Gold 288160eb32 (NOT FUNCTIONAL) small change to async 2019-10-16 17:45:11 -04:00