[go: up one dir, main page]

Open Source Python Communications Software - Page 23

Python Communications Software

View 5135 business solutions

Browse free open source Python Communications Software and projects below. Use the toggles on the left to filter open source Python Communications Software by OS, license, language, programming language, and project status.

  • Relax: PRTG Monitors Your IT for You Icon
    Relax: PRTG Monitors Your IT for You

    Stay in control and avoid IT headaches. PRTG monitors your network, devices, and apps - receive alerts when it matters most.

    You’re the go-to IT person, always putting out fires and keeping things running. With PRTG, you get reliable alerts to monitor your entire IT infrastructure, without the noise. Our intuitive setup gives you a clear overview of your network, devices, and applications in real time. Get instant alerts only when something needs your attention, whether you’re at your desk or on the move. Spend less time worrying about outages and more time focusing on what matters. Set up PRTG once and let it work for you - PRTG has you covered.
    Start Your Free PRTG Trial Now
  • New Relic provides the most powerful cloud-based observability platform built to help companies create more perfect software. Icon
    New Relic provides the most powerful cloud-based observability platform built to help companies create more perfect software.

    Get a live and in-depth view of your network, infrastructure, applications, end-user experience, machine learning models and more.

    Correlate issues across your stack. Debug and collaborate from your IDE. AI assistance at every step. All in one connected experience - not a maze of charts.
    Start for Free
  • 1
    IRCRelay is an IRC message relay application. It will connect to two seperate servers, join a channel on each and pass messages across the two.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    It'll be a client written in python, probably using anygui and irclib. It will definately use an event based model. One of the key features will be the ability for a handler to mutate one event into another, allowing ry from #python on irc.openpr
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    IRME: IRc MEssenger. An MSN clone (ish…) where the entire back-end runs on an IRC server, you can change to any IRC server, and this allows anyone to create their own "IM Network". Will come with default settings, so when you download it, it just works
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ISDN Dialer in Python/PyGTK
    Downloads: 0 This Week
    Last Update:
    See Project
  • Easily build robust connections between Salesforce and any platform Icon
    Easily build robust connections between Salesforce and any platform

    We help companies using Salesforce connect their data with a no-code Salesforce-native solution.

    Like having Postman inside Salesforce! Declarative Webhooks allows users to quickly and easily configure bi-directional integrations between Salesforce and external systems using a point-and-click interface. No coding is required, making it a fast and efficient and as a native solution, Declarative Webhooks seamlessly integrates with Salesforce platform features such as Flow, Process Builder, and Apex. You can also leverage the AI Integration Agent feature to automatically build your integration templates by providing it with links to API documentation.
    Learn More
  • 5
    ISOS is an e-mail and web server. It is designed for ease of use and provides a quick way to e-presence for small businesses and organizations who lack the experience to benefit from high performance, open source software such as Sendmail, Courier Mail,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    IVAM is short for "ISDN Voice Answering Machine". It is intended to be a highly configurable, simple, up-to-date and efficient replacement for vbox/vgetty as an ISDN-based answering machine. While the core is written in C, the high level answering mach
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A powerful command line-, plus a GUI editor for ICQ sound schemes. Enables people with alternative ICQ clients to make use of the many sound schemes available on the net. Written in Python, platform-independent. Separate Windows EXE is available, too!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    'Il Filo' is intended to become a quick and dirty gui client for Hylafax written in Python, simple but useful, multi-os and, best of all, open source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Simple application, which provides the way to simple one-click way (image's context menu) to upload images at popular image hosting services. Simple, isn't it? Currently only few services(imageshack, bankfotek.pl), more to come.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud-based observability solution that helps businesses track and manage workload and performance on a unified dashboard. Icon
    Cloud-based observability solution that helps businesses track and manage workload and performance on a unified dashboard.

    For developers, engineers, and operational teams in organizations of all sizes

    Monitor everything you run in your cloud without compromising on cost, granularity, or scale. groundcover is a full stack cloud-native APM platform designed to make observability effortless so that you can focus on building world-class products. By leveraging our proprietary sensor, groundcover unlocks unprecedented granularity on all your applications, eliminating the need for costly code changes and development cycles to ensure monitoring continuity.
    Learn More
  • 10
    ImapArchiver is a tool which can be used to save the all imap account into a local directory/archive. The ideal objective is to used it with cron to automatically make a back up of your imap account
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Imaparch is a utility to download old mail off an IMAP mail server and store it locally in a maildir. The mail can then be deleted off the server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Impossameule

    Python command line tool to access an online online things ressource

    Client. Allows to store and retrieve information from the Impossameule server using python. impossameule.py is online help impossameulle-submit.py is for uploading information impossameule-remove.py does not do the contrary, since it does not retrieve. It deletes. impossameule-list do the retrieving job impossameule-tag do the same, but with a convenient interface for more categorized results Please note that the server side is written in php not free due to various online code inspiration, but the protocol can be so easily being reverse-dirthaxed. $python impossameule-list.py $ #Not output ? Nothing on the server ? Let's do thing. $python impossameule-submit.py http://radio.a2/tune.ogg webradio-space http://radio.a2/tune.ogg webradio-space $ #the output means things OK $python impossameule-tag.py webradio-space http://radio.a2/tune.ogg webradio-space $ #everything on the server w/ this tag
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ImpraStorage

    ImpraStorage

    ImpraStorage provided a private imap access to store large files

    ImpraStorage provided a private imap access to store large files. Each file stored on the server is split in severals random parts. Each part also contains random noise data (lenght depends on a crypt key) to ensure privacy and exclude easy merge without the corresponding key. An index of files stored is encrypt (with the symmetric-key algorithm Kirmah) and regularly updated. Once decrypt, it permit to perform search on the server and download each part. transfert process is transparent. Just vizualize locally the index of stored files and simply select files to download or upload. ImpraStorage automatically launch the parts to download, then merge parts in the appropriate way to rebuild the original file. Inversely, a file to upload is split (in several parts with addition of noise data), and ImpraStorage randomly upload each parts then update the index.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Incoming Transmission BitTorrent

    Incoming Transmission BitTorrent

    Incoming Transmission simplest BitTorrent Client

    Studying about BitTorrent code based on Python. It's Cross-platform that can be any OS, main target is Windows OS where most users in Malaysia using Windows OS. This client able to skip any TMNET blocking, also SKMM scam that block you to download :D Help Incoming Transmission BETTER: Websites: http://www.animeclan.org/ Facebook: https://www.facebook.com/myIncomingTransmission/ NOTE: This optimitzed for ISP in Malaysia, I not sure about other Country ISP, if can skip any block, Nice!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    InstaSave

    InstaSave

    Instasave allows you to download Instagram images, videos and profile

    Instasave allows you to download Instagram images, videos and profile pictures on the go!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Instant Messenger gui made with nice Fishs. Written in python. (now only Gtk, may be later we use Qt and others). Main objetives are: be nice, fast, usable, portable, and sopport different free messengers systems/backends
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    WikiGateway is a library which allows you to act as a client to a wiki website, executing operations like getPage, putPage, and getRecentChanges. It can be used from the command line, from Perl or Python, as an Atom web service, or as a WikiXmlRpc server
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Internet survey CGI engine. Allows to define the colleted data set, generate SQL database tables, displays survey form, validates them and finally stores in the database. Written in Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Internet3 is the creation of a distributed Peer to Peer (P2P) platform using open source web technology for the acquisition, archival and delivery of Internet content to prevent the censorship and net neutrality issues inherent in the proposed Internet2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    IntrakChat is simple IRC client writen in PyGTK for comunity purposes ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    IrcPy is a communication framework based on the syntax of the IRC protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Isso

    Isso

    a Disqus alternative

    Isso is a lightweight commenting server written in Python and JavaScript. It aims to be a drop-in replacement for Disqus. Users can edit or delete own comments (within 15 minutes by default). Comments in moderation queue are not publicly visible before activation. You can migrate your Disqus/WordPress comments without any hassle. Embed a single JS file, 40kb (12kb gzipped) and you are done. It allows anonymous comments, maintains identity and is simple to administrate. It uses JavaScript and cross-origin resource sharing for easy integration into (static) websites. No anonymous comments (IP address, email and name recorded), hosted in the USA, third-party. Just like IntenseDebate, livefrye etc. When you embed Disqus, they can do anything with your readers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    JADfactory

    JADfactory

    Application to make JAD files

    A simple application to make jad files
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    JARVIS on Messenger

    JARVIS on Messenger

    Community-driven python bot that aims to be as simple as possible

    A community-driven python bot that aims to be as simple as possible to serve humans with their everyday tasks. Messenger is now used by 1.2 billion people every month. With the launch of Send/Receive API, bots are about to take over. It should have a lot of useful features (both fun and commonly used). Anyone can contribute to this project. (As this is module-based, anybody with a decent knowledge of Python can contribute.) One of the prime goals of this project is to lower the entry barrier into the world of open source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    JFIPA is intended to be a scalable, easy-to-deploy router and parser of messages between agents using the FIPA Agent Communication Language represented as XML
    Downloads: 0 This Week
    Last Update:
    See Project