Skip to main content

python3 steam web login async

Project description

Requirements

  • Python 3.5+

  • pyCrypto

  • aiohttp

Instalation

  • pip3 install pysteamweb

Usage

>>> import asyncio
>>> from pysteamweb import SteamWebBase
>>>
>>> async def main():
>>>     async with SteamWebBase(
>>>         username='<steam login>',
>>>         password='<steam password>',
>>>     ) as s:
>>>         print('logging success')
>>>         print(await s.session.send_session(url='http://steamcommunity.com/profiles/{}/edit'.format(s.steam_id), is_post=False))
>>>
>>>
>>> if __name__ == '__main__':
>>>     loop = asyncio.get_event_loop()
>>>     loop.run_until_complete(main())
>>>     loop.close()

Demos

Look at demo folder

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PySteamWeb-1.0.4.zip (15.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page