Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

aiogram

is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
Collective - Host: opensource - https://opencollective.com/aiogram - Website: https://aiogram.dev/ - Code: https://github.com/aiogram

Add setup.py and README.rst

github.com/aiogram/viberio - e44db023488beb77be1836ecf1cef8dae88fd26f authored almost 6 years ago
Add setup.py and README.rst

github.com/aiogram/viberio - 87a5523e292a8150766eaf74990f934f08a7a6f1 authored almost 6 years ago
Initial commit

github.com/aiogram/viberio - e3dcbda85ec85f04ef4c475b61cfd695baa1bd74 authored almost 6 years ago
Merge pull request #98 from dmitry-sobolev/dev-2.x

DNS over socks proxy

github.com/aiogram/aiogram - c9595ead28df7aa0d51accd188de8cd91df94415 authored about 6 years ago
DNS over socks proxy

github.com/aiogram/aiogram - e73533d4878e53df670242522a621adcc871598f authored about 6 years ago
Bump version

github.com/aiogram/aiogram - ee925c687dc7291520315036c7c40808bc11d4db authored about 6 years ago
Merge branch 'master' into dev-2.x

github.com/aiogram/aiogram - 640b0a72a81c12fcf4159ab99f9be9e6bedbc0a2 authored about 6 years ago
Implement message URL generator

github.com/aiogram/aiogram - 2384b370a71612c406c9f5c72aa40771cf37d60d authored about 6 years ago
Merge remote-tracking branch 'origin/dev-2.x' into dev-2.x

github.com/aiogram/aiogram - 718a66303661a65eb78b9cb1abbb4908bb6e0e0f authored about 6 years ago
Merge pull request #95 from Forden/patch-1

Docs fix

github.com/aiogram/aiogram - 3c07c223f4f8f6f8f49e8c9639e0344f69cad172 authored about 6 years ago
Update migration_1_to_2.rst

github.com/aiogram/aiogram - 26082825e58e7176bed7a754e551c22075979a05 authored about 6 years ago
Docs fix

Fixed error in Migration FAQ.

github.com/aiogram/aiogram - 6d4f2833389176aa4a495da2b9e409492680f3a0 authored about 6 years ago
Merge pull request #94 from balki/dev-2.x

Add typehint for IDE autocomplete

github.com/aiogram/aiogram - 9a4ed6a267f56d03b28e0f1d95a9f219b85681f8 authored about 6 years ago
Merge pull request #92 from gabbhack/patch-1

Fix Text filter for InlineQuery

github.com/aiogram/aiogram - 6fb644e4c8b6b6607e2d5d8d61c7245092cb7ed9 authored about 6 years ago
Add typehint for IDE autocomplete

github.com/aiogram/aiogram - 5aa34625c6436a595d22ba933279a21eafc38eb5 authored about 6 years ago
Merge branch 'dev-2.x'

# Conflicts:
# aiogram/__init__.py

github.com/aiogram/aiogram - fc717902c60bf3d42f03215c2b4fc5e2ff8fefac authored about 6 years ago
Utils docs skeleton

github.com/aiogram/aiogram - e9fba7327d7f65850a935a7648b57624b5544dba authored about 6 years ago
Set correct version

github.com/aiogram/aiogram - dcc431904988d5def27e15a229d8c8bf12382d92 authored about 6 years ago
More exceptions.

github.com/aiogram/aiogram - c0525a9d5098b5dd6329f7fcdd00a8cc668abc1c authored about 6 years ago
Allow to answer to inline query from context.

github.com/aiogram/aiogram - b61892e8750cf26a54fd094f5fa625d98d8f38f6 authored about 6 years ago
Allow to reply with animation from message context.

github.com/aiogram/aiogram - c84f692628ff631ad5b7e6dbb4b42b972740cdbb authored about 6 years ago
Fix Text filter for InlineQuery

github.com/aiogram/aiogram - 44c74a367cdd109de7c25c5446c62f5acd595c2b authored about 6 years ago
Merge pull request #91 from VaultVulp/patch-1

Update quick_start.rst

github.com/aiogram/aiogram - 150aec4d2aa5c319e2d482c02b18e2030a47675f authored about 6 years ago
Update quick_start.rst

github.com/aiogram/aiogram - 2325391d944f04e74a5a9c9b8a9435a3656e463a authored about 6 years ago
Merge pull request #88 from Olegt0rr/faster-skip-updates

Faster skip updates (calling getUpdates with a negative offset)

github.com/aiogram/aiogram - 9bc170231d64e4bbd2b40a96f53d00e7a377cd6f authored about 6 years ago
Fix executor.

github.com/aiogram/aiogram - c029c337679574c520adef2ae840ddf218c33d95 authored about 6 years ago
removed skipped updates counter

github.com/aiogram/aiogram - 42d1e875a538895a1bf6fc6dbd16f3279ee142bd authored about 6 years ago
faster skip updates by negative offset

github.com/aiogram/aiogram - 660aba50eed479a7e6ebceccf0c73fc8fd78409f authored about 6 years ago
Don't use before reference.

github.com/aiogram/aiogram - d8fdbb853c14df26be52d2cc101f76191d920e62 authored about 6 years ago
Merge remote-tracking branch 'origin/dev-2.x' into dev-2.x

github.com/aiogram/aiogram - 29ed9f81810801fa0b608c587c71c73a841d5a82 authored about 6 years ago
Fix "Cannot install aiogram from tar.gz archive #84"

github.com/aiogram/aiogram - 760dc51e963db68cd20a7981b2bf13d724fa2bf6 authored about 6 years ago
Merge pull request #83 from rominf/dev-2.x

Add aiogram.utils.executor.set_webhook

github.com/aiogram/aiogram - 3aeb338d4034a027fecce794140a719beb07b9a0 authored about 6 years ago
Enumerate posts in example from 1

github.com/aiogram/aiogram - fc787188da094bef0f203b2a494a175efb557490 authored about 6 years ago
Make traceback of "value for <key> not passed" little bit smaller

github.com/aiogram/aiogram - 30a50b4527167c7e97b409fd4e9287251ee7f57d authored about 6 years ago
Merge remote-tracking branch 'origin/dev-2.x' into dev-2.x

# Conflicts:
# examples/middleware_and_antiflood.py

github.com/aiogram/aiogram - b098b06c2e4c61a7f9b3f0af45d0016a37f1df9f authored about 6 years ago
Implement callback data factory.

github.com/aiogram/aiogram - 2fc16b79ff16275c21f4a5f4b969dd76e599cbcc authored about 6 years ago
Fix filters.

github.com/aiogram/aiogram - 2e2d9ea43394ad7c1887f6c7162faca8a2abf0fc authored about 6 years ago
Merge pull request #81 from Olegt0rr/patch-1

Python version 3.6 -> 3.7 to docs

github.com/aiogram/aiogram - 1afc12915adf1fba5579ed737bcb45fba05d89fc authored about 6 years ago
Add set_webhook to utils.executor

github.com/aiogram/aiogram - ffa6f5cd907be92f8a2dca074fecf89cde108f3e authored about 6 years ago
Add optional route_name argument to dispatcher.webhook.configure_app and utils.executor.start_webhook with default value "webhook_handler"

github.com/aiogram/aiogram - b515f5abc26f770153c41f3165d309917f17ac7b authored about 6 years ago
Pyton version 3.6 -> 3.7

github.com/aiogram/aiogram - ca91f15f47054073e46be08f81b571148eb51c39 authored about 6 years ago
Merge pull request #79 from Olegt0rr/fix_antiflood_example

Added other args for on_process_message()

github.com/aiogram/aiogram - 61e0f3601d8d73ab8310254c20e7a3514b043ad6 authored about 6 years ago
Use https instead of http

github.com/aiogram/aiograph - 31b46874d74f0c91cefd3e2827864ae47983c49e authored about 6 years ago
fix other args

github.com/aiogram/aiogram - 2a79951448291ec7778eba5ad3dedb29dff7bea9 authored over 6 years ago
Add downloads badge

github.com/aiogram/aiogram - 1494e286091d9421f5635ce6182a599e28e7684d authored over 6 years ago
Bump version number to stable

github.com/aiogram/aiogram - 46a95cc840aeb6ec11511644efebccf27399c25c authored over 6 years ago
Update captions length

github.com/aiogram/aiogram - c153fcfe8dd5890c3d656ca4356ccc0e39dcfb91 authored over 6 years ago
Bump examples, docs and executor (nothing)

github.com/aiogram/aiogram - 9f13e11e6b1161cacef0b26b5d9993cc52214099 authored over 6 years ago
Backward compatibility - implemented 'func' filter

github.com/aiogram/aiogram - 21908739e977a5a43807222fad70f13eab68b094 authored over 6 years ago
Resolve decorated callbacks in spec filter

github.com/aiogram/aiogram - 42913389c01555b1e7438c28939ac093de90d809 authored over 6 years ago
Remove BaseBot._data = {}

github.com/aiogram/aiogram - e0a832f5ba73939fc22062c3711a65820f90ab04 authored over 6 years ago
Bump version to RC1

github.com/aiogram/aiogram - f5b947d0c879dc16a30570dd9629b95f77807e3c authored over 6 years ago
Remove brackets in auth widget check.

github.com/aiogram/aiogram - 9474ddfa9197bd988869f37a450ab51b1a32ca1f authored over 6 years ago
Bump requirements.txt

github.com/aiogram/aiogram - 1d700f846e5cf025224e34a9782037fbfb980573 authored over 6 years ago
Rewrite contextvar usage. Implemented ContextInstanceMixin and DataMixin

github.com/aiogram/aiogram - 39c333251f2fd3ca35d34e8fa4c5328a9a12ad8b authored over 6 years ago
Move `PULL_REQUEST_TEMPLATE.md` to `.github` directory

github.com/aiogram/aiogram - 8ef279bba10de40c4435715875fd2c4186efd959 authored over 6 years ago
Create CODE_OF_CONDUCT.md

github.com/aiogram/aiogram - 92dd81bf19e8561f71a9ddb485a83586f1436e8d authored over 6 years ago
Create PULL_REQUEST_TEMPLATE.md

github.com/aiogram/aiogram - 121dd0097530c673ff11bc9b5d60a8443cf4171b authored over 6 years ago
Update issue templates

github.com/aiogram/aiogram - 0dd50bef44bc5175ea28d0dfbdbe47576adcec37 authored over 6 years ago
Remove unused constants from dispatcher module

github.com/aiogram/aiogram - cbcab5426332236bfe5d7835fba6cd2cdaa8afce authored over 6 years ago
Move registering of default filters

github.com/aiogram/aiogram - 0c2a838002cd07fbeb978ce17e2770600377e99c authored over 6 years ago
Implemented hashtag/cashtag filter

github.com/aiogram/aiogram - 0185af25c1f51afd42e17551baf484b8bbe95704 authored over 6 years ago
Fix Chat.restrict and Chat.promote methods.

github.com/aiogram/aiogram - 09293063d35899f39888f1ea9b0f64bf71bb71da authored over 6 years ago
Bump doc's structure // add webhook

github.com/aiogram/aiogram - 7cea6ba4e80aab8c594835595cccefa4acb130e0 authored over 6 years ago
Bump migration FAQ // Pipe for uploading files from URL

github.com/aiogram/aiogram - cceb8eb31b8b645621c9bbacf488d717f7e58748 authored over 6 years ago
Fast-mode in executor

github.com/aiogram/aiogram - 5c98395620386221f7be7c47e309a9018ebd8d4c authored over 6 years ago
Change filename detection mechanism.

github.com/aiogram/aiogram - 76b5983730eaba5882d142fa05b0fa4fee89a333 authored over 6 years ago
Bad arguments

github.com/aiogram/aiogram - afb73fdb5c9524dba41b6b2c06c5cbed693950b3 authored over 6 years ago
Implement pipe for uploading files from URL

github.com/aiogram/aiogram - f9b9b1d932bd682859d15ce834952e1f17f64917 authored over 6 years ago
Add entry point for getting environment information.

github.com/aiogram/aiogram - d0caabc55bea36d8b5fe26726b70cd4bcb2a14a2 authored over 6 years ago
Update migration FAQ // Add FSMStorageProxy

github.com/aiogram/aiogram - 952fa53213f9f788d5236b331816b5363a3dbe84 authored over 6 years ago
Rewrite JSON util.

github.com/aiogram/aiogram - b41d8f545a1e1729638b92e169184c05d9484afb authored over 6 years ago
Add settings and privacy command handlers to builtin

github.com/aiogram/aiogram - f199afb07f5aae85e8e0cd0abb31d34f7a2f9c47 authored over 6 years ago
Improve FSMStorageProxy

github.com/aiogram/aiogram - a1521f354b32bb9880e7dfad65258323c866557c authored over 6 years ago
Fix File storage's

github.com/aiogram/aiogram - f9005cd8ce98117cf796c7621cdafe6282c6a840 authored over 6 years ago
Fix memory storage.

github.com/aiogram/aiogram - 03a839a108827ea654f35ce9835d14fa00de4443 authored over 6 years ago
Implemented JSON & Pickle storage's

github.com/aiogram/aiogram - e21fd05004a005a288141fb85d63968536ddde74 authored over 6 years ago
Update RedisStorage2

github.com/aiogram/aiogram - a44b344835611288173c9ad74392c0a65f43a8d9 authored over 6 years ago
Update RethinkDBStorage

github.com/aiogram/aiogram - 8e3631491dcd5567066ded82a43a86d1d2a31c29 authored over 6 years ago
Update docs structure

github.com/aiogram/aiogram - bb3e5a7edcd9448f061e8e2823aed65b577a5de6 authored over 6 years ago
Reformat API module.

github.com/aiogram/aiogram - 01dc74a11843276724534fbbb02dbc6d3389e604 authored over 6 years ago
Update FSM example.

github.com/aiogram/aiogram - 88c5b3a606dcea8c3ac88b0eb9b98c83a5faf734 authored over 6 years ago
FSM storage proxy (Layer 2)

github.com/aiogram/aiogram - 2c749e485f2d8c45c4e5b87906e0ec45c2b919ac authored over 6 years ago
Allow to get current handler

github.com/aiogram/aiogram - 5be3f9d00b90e85f2bbdcb0536224d032841a778 authored over 6 years ago
Fix logging middleware. dispatcher removed from args

github.com/aiogram/aiogram - 5aff7f7d35b4dc965c054015d924d42fa049217b authored over 6 years ago
Implement slow-mode polling (If need to save ordering of updates)

github.com/aiogram/aiogram - 7fe12ba3d2ccca9e4053e2c0cc18b3dc425f5471 authored over 6 years ago
Sort items in `aiogram.types.__all__`

github.com/aiogram/aiogram - ce2d86233330414953a75162de2cabbb8b4540bb authored over 6 years ago
Add autogenerated docs for examples. Will be changed soon.

github.com/aiogram/aiogram - f9c1ce35bb8d37942925a5d1f4afd57627efe307 authored over 6 years ago
Remove `sphinxcontrib.programoutput`

github.com/aiogram/aiogram - 06097fffa191dc5c4c7db990e973982863b2ac6c authored over 6 years ago
Try to change conda channels.

github.com/aiogram/aiogram - a97b486fcfdb2b3bf4985eb08b00685ec9d9e7d4 authored over 6 years ago
Conda... Hate RTD and small changes in docs config.

github.com/aiogram/aiogram - d84d4fce6dc524e9a6de5787cb0895085dd2d7a1 authored over 6 years ago
Merge remote-tracking branch 'origin/dev-2.x' into dev-2.x

github.com/aiogram/aiogram - 92ab59854791c90995b40f0c2a631d757724f559 authored over 6 years ago
Docs for types // skeleton // autogenerated

github.com/aiogram/aiogram - 9c3bcdde948327e34c94eab5651b943e69c5aa18 authored over 6 years ago
Rewrite quick start // include code from file

github.com/aiogram/aiogram - e044267b50e394bc8c3c1478d2136221be78fa5a authored over 6 years ago
Rename `migration.rst`

github.com/aiogram/aiogram - e12121f3d2a77ce6c32485b92080a81905d23153 authored over 6 years ago
Write docs and small fixes.

github.com/aiogram/aiogram - 7a55c040ee89b1544c971fc6bac4b5702e723d43 authored over 6 years ago
Remove dispatcher argument from errors handler

github.com/aiogram/aiogram - 23fba99d930cb3a4583f2856f6496425f4fc288a authored over 6 years ago